Html Css Color HEX #022C48 Blue Whale

📋 copy color: '#022C48'

red 2 ◦ green 44 ◦ blue 72

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

Shades of Blue Whale #022C48

Tints of Blue Whale #022C48

RGB

 RED value IS 2 (1.17% from 255) = 1.69%

 GREEN value IS 44 (17.58% from 255) = 37.29%

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

R = 1.69%
G = 37.29%
B = 61.02%

CMYK

 C value IS 0.97

 M value IS 0.39

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#022C48 (or 0x022C48) is known color: Blue Whale. HEX triplet: 02, 2C and 48. RGB value is (2,44,72). Sum of RGB (Red+Green+Blue) = 2+44+72=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 44 (17.58% from 255 or 37.29% from 118); Blue value is 72 (28.52% from 255 or 61.02% from 118); Max value from RGB is 72 - color contains mainly: blue. Hex color #022C48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022C48 is #FDD3B7. Grayscale: #222222. Windows color (decimal): -16634808 or 4729858. OLE color: 4729858.

HSL color Cylindrical-coordinate representation of color #022C48: hue angle of 204º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022C48 is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 2 44 72 -
CMYK 0.97 0.39 0 0.72
HSL 204º 0.95% 0.15% -
HSV(B) 204º 0.97% 0.28% -
XYZ 2.1 2.28 6.46 -
YUV 34.63 149.09 104.72 -
System Red Green Blue C M Y K H S L
Decimal 2 44 72 0.97 0.39 0 0.72 204 0.95 0.15
Hex 2 2C 48 61 27 0 48 CC 5F F
Octal 2 54 110 141 47 0 110 314 137 17
Binary 10 101100 1001000 1100001 100111 0 1001000 11001100 1011111 1111

Color Harmonies of #022C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022C48

Black with #022C48

Text Example


Text Example

White with #022C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022C48; }

 p { color: rgb(2,44,72); }

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

background-color css

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

 a { background-color: rgb(2,44,72); }

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

border-color css

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

 span { border-color: rgb(2,44,72); }

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