Html Css Color HEX #213543 Blue Whale

📋 copy color: '#213543'

red 33 ◦ green 53 ◦ blue 67

#213543
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Whale #213543

Tints of Blue Whale #213543

RGB

 RED value IS 33 (13.28% from 255) = 21.57%

 GREEN value IS 53 (21.09% from 255) = 34.64%

 BLUE value IS 67 (26.56% from 255) = 43.79%

R = 21.57%
G = 34.64%
B = 43.79%

CMYK

 C value IS 0.51

 M value IS 0.21

 Y value IS 0

 K value IS 0.74

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#213543 (or 0x213543) is known color: Blue Whale. HEX triplet: 21, 35 and 43. RGB value is (33,53,67). Sum of RGB (Red+Green+Blue) = 33+53+67=153 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.57% from 153); Green value is 53 (21.09% from 255 or 34.64% from 153); Blue value is 67 (26.56% from 255 or 43.79% from 153); Max value from RGB is 67 - color contains mainly: blue. Hex color #213543 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213543 is #DECABC. Grayscale: #303030. Windows color (decimal): -14600893 or 4404513. OLE color: 4404513.

HSL color Cylindrical-coordinate representation of color #213543: hue angle of 204.71º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #213543 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 33 53 67 -
CMYK 0.51 0.21 0 0.74
HSL 204.71º 0.34% 0.2% -
HSV(B) 204.71º 0.51% 0.26% -
XYZ 2.91 3.27 5.79 -
YUV 48.62 138.37 116.86 -
System Red Green Blue C M Y K H S L
Decimal 33 53 67 0.51 0.21 0 0.74 204.71 0.34 0.2
Hex 21 35 43 33 15 0 4A CD 22 14
Octal 41 65 103 63 25 0 112 315 42 24
Binary 100001 110101 1000011 110011 10101 0 1001010 11001101 100010 10100

Color Harmonies of #213543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213543

Black with #213543

Text Example


Text Example

White with #213543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213543; }

 p { color: rgb(33,53,67); }

 H1.HeaderClassName
 {
   color: #213543;
 }
 .AnyTagClassName
 {
   color: #213543;
 }
</style>

background-color css

<style>
 a { background-color: #213543; }

 a { background-color: rgb(33,53,67); }

 div.DivClassName
 {
   background-color: #213543;
 }
 .BgClassName
 {
   background-color: #213543;
 }
</style>

border-color css

<style>
 span { border-color: #213543; }

 span { border-color: rgb(33,53,67); }

 td.TdClassName
 {
   border-color: #213543;
 }
 .TagClassName
 {
   border-color: #213543;
 }
</style>