Color Hex Logo

#21357b Color Hex

#21357B
(33,53,123)
0 Favorites   0 Comments

Color spaces of #21357b

RGB 3353123
HSL0.630.580.31
HSV227°73°48°
CMYK 0.730.570.00   0.52
XYZ5.47554.299619.2802
Yxy4.29960.18850.1480
Hunter Lab20.735510.8484-40.6140
CIE-Lab24.638217.9427-42.2430

#21357b color RGB value is (33,53,123).

#21357b hex color red value is 33, green value is 53 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #21357b hue: 0.63 , saturation: 0.58 and the lightness value of 21357b is 0.31.

The process color (four color CMYK) of #21357b color hex is 0.73, 0.57, 0.00, 0.52. Web safe color of #21357b is #333366. Color #21357b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00110101 01111011
Octal 41 65 173
Decimal 33 53 123
Hex 21 35 7B

RGB Percentages of Color #21357b

%15.79
%25.36
%58.85

CMYK Percentages of Color #21357b

%73
%57
%0
%52

Triadic Colors of #21357b

#21357b #7b2135 #357b21

Analogous Colors of #21357b

#21357b #3a217b #21627b

Monochromatic Colors of #21357b

#21357b

Complementary Color

#21357b #7b6721

#21357b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21357b Color Preview on White Background

Lorem ipsum dolor sit amet.

#21357b Color CSS Codes

.mybgcolor {background-color:#21357b; } 
.myforecolor {color:#21357b; }
.mybordercolor {border:3px solid #21357b; }

#21357b Text Font Color

<p style="color:#21357b">Text here</p>

This sample text font color is #21357b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#21357b Background Color

<div style="background-color:#21357b">
Div content here</div>

This div background color is #21357b


#21357b Border Color

<div style="border:3px solid #21357b">
Div here</div>

This div border color is #21357b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,53,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #21357b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #21357b;
  -webkit-box-shadow: 1px 1px 3px 2px #21357b;
  box-shadow:         1px 1px 3px 2px #21357b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,53,123, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #21357b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #21357b;
  -webkit-box-shadow: 1px 1px 3px 2px #21357b;
  box-shadow:         1px 1px 3px 2px #21357b;">
Div content here</div>

This div box has shadow with color #21357b


Comments

No comments written yet.

Please login to write comment.