Html Css Color HEX #213848 Blue Whale

📋 copy color: '#213848'

red 33 ◦ green 56 ◦ blue 72

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

Shades of Blue Whale #213848

Tints of Blue Whale #213848

RGB

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

 GREEN value IS 56 (22.27% from 255) = 34.78%

 BLUE value IS 72 (28.52% from 255) = 44.72%

R = 20.5%
G = 34.78%
B = 44.72%

CMYK

 C value IS 0.54

 M value IS 0.22

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#213848 (or 0x213848) is known color: Blue Whale. HEX triplet: 21, 38 and 48. RGB value is (33,56,72). Sum of RGB (Red+Green+Blue) = 33+56+72=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 72 (28.52% from 255 or 44.72% from 161); Max value from RGB is 72 - color contains mainly: blue. Hex color #213848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213848 is #DEC7B7. Grayscale: #323232. Windows color (decimal): -14600120 or 4732961. OLE color: 4732961.

HSL color Cylindrical-coordinate representation of color #213848: hue angle of 204.62º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #213848 is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 33 56 72 -
CMYK 0.54 0.22 0 0.72
HSL 204.62º 0.37% 0.21% -
HSV(B) 204.62º 0.54% 0.28% -
XYZ 3.21 3.62 6.66 -
YUV 50.95 139.88 115.2 -
System Red Green Blue C M Y K H S L
Decimal 33 56 72 0.54 0.22 0 0.72 204.62 0.37 0.21
Hex 21 38 48 36 16 0 48 CD 25 15
Octal 41 70 110 66 26 0 110 315 45 25
Binary 100001 111000 1001000 110110 10110 0 1001000 11001101 100101 10101

Color Harmonies of #213848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213848

Black with #213848

Text Example


Text Example

White with #213848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213848; }

 p { color: rgb(33,56,72); }

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

background-color css

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

 a { background-color: rgb(33,56,72); }

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

border-color css

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

 span { border-color: rgb(33,56,72); }

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