Html Css Color HEX #213443 Blue Whale

📋 copy color: '#213443'

red 33 ◦ green 52 ◦ blue 67

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

Shades of Blue Whale #213443

Tints of Blue Whale #213443

RGB

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

 GREEN value IS 52 (20.7% from 255) = 34.21%

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

R = 21.71%
G = 34.21%
B = 44.08%

CMYK

 C value IS 0.51

 M value IS 0.22

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#213443 (or 0x213443) is known color: Blue Whale. HEX triplet: 21, 34 and 43. RGB value is (33,52,67). Sum of RGB (Red+Green+Blue) = 33+52+67=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 67 (26.56% from 255 or 44.08% from 152); Max value from RGB is 67 - color contains mainly: blue. Hex color #213443 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213443 is #DECBBC. Grayscale: #2F2F2F. Windows color (decimal): -14601149 or 4404257. OLE color: 4404257.

HSL color Cylindrical-coordinate representation of color #213443: hue angle of 206.47º 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 #213443 is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 33 52 67 -
CMYK 0.51 0.22 0 0.74
HSL 206.47º 0.34% 0.2% -
HSV(B) 206.47º 0.51% 0.26% -
XYZ 2.87 3.18 5.77 -
YUV 48.03 138.71 117.28 -
System Red Green Blue C M Y K H S L
Decimal 33 52 67 0.51 0.22 0 0.74 206.47 0.34 0.2
Hex 21 34 43 33 16 0 4A CE 22 14
Octal 41 64 103 63 26 0 112 316 42 24
Binary 100001 110100 1000011 110011 10110 0 1001010 11001110 100010 10100

Color Harmonies of #213443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213443

Black with #213443

Text Example


Text Example

White with #213443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213443; }

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

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

background-color css

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

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

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

border-color css

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

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

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