Html Css Color HEX #002C44 Blue Whale

📋 copy color: '#002C44'

red 0 ◦ green 44 ◦ blue 68

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

Shades of Blue Whale #002C44

Tints of Blue Whale #002C44

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 68 (26.95% from 255) = 60.71%

R = 0%
G = 39.29%
B = 60.71%

CMYK

 C value IS 1

 M value IS 0.35

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#002C44 (or 0x002C44) is known color: Blue Whale. HEX triplet: 00, 2C and 44. RGB value is (0,44,68). Sum of RGB (Red+Green+Blue) = 0+44+68=112 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 112); Green value is 44 (17.58% from 255 or 39.29% from 112); Blue value is 68 (26.95% from 255 or 60.71% from 112); Max value from RGB is 68 - color contains mainly: blue. Hex color #002C44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002C44 is #FFD3BB. Grayscale: #212121. Windows color (decimal): -16765884 or 4467712. OLE color: 4467712.

HSL color Cylindrical-coordinate representation of color #002C44: hue angle of 201.18º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002C44 is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 0 44 68 -
CMYK 1 0.35 0 0.73
HSL 201.18º 1% 0.13% -
HSV(B) 201.18º 1% 0.27% -
XYZ 1.94 2.22 5.79 -
YUV 33.58 147.42 104.05 -
System Red Green Blue C M Y K H S L
Decimal 0 44 68 1 0.35 0 0.73 201.18 1 0.13
Hex 0 2C 44 64 23 0 49 C9 64 D
Octal 0 54 104 144 43 0 111 311 144 15
Binary 0 101100 1000100 1100100 100011 0 1001001 11001001 1100100 1101

Color Harmonies of #002C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002C44

Black with #002C44

Text Example


Text Example

White with #002C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002C44; }

 p { color: rgb(0,44,68); }

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

background-color css

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

 a { background-color: rgb(0,44,68); }

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

border-color css

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

 span { border-color: rgb(0,44,68); }

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