Html Css Color HEX #002D44 Blue Whale

📋 copy color: '#002D44'

red 0 ◦ green 45 ◦ blue 68

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

Shades of Blue Whale #002D44

Tints of Blue Whale #002D44

RGB

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

 GREEN value IS 45 (17.97% from 255) = 39.82%

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

R = 0%
G = 39.82%
B = 60.18%

CMYK

 C value IS 1

 M value IS 0.34

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#002D44 (or 0x002D44) is known color: Blue Whale. HEX triplet: 00, 2D and 44. RGB value is (0,45,68). Sum of RGB (Red+Green+Blue) = 0+45+68=113 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 113); Green value is 45 (17.97% from 255 or 39.82% from 113); Blue value is 68 (26.95% from 255 or 60.18% from 113); Max value from RGB is 68 - color contains mainly: blue. Hex color #002D44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002D44 is #FFD2BB. Grayscale: #222222. Windows color (decimal): -16765628 or 4467968. OLE color: 4467968.

HSL color Cylindrical-coordinate representation of color #002D44: hue angle of 200.29º 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 #002D44 is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 0 45 68 -
CMYK 1 0.34 0 0.73
HSL 200.29º 1% 0.13% -
HSV(B) 200.29º 1% 0.27% -
XYZ 1.98 2.29 5.81 -
YUV 34.17 147.09 103.63 -
System Red Green Blue C M Y K H S L
Decimal 0 45 68 1 0.34 0 0.73 200.29 1 0.13
Hex 0 2D 44 64 22 0 49 C8 64 D
Octal 0 55 104 144 42 0 111 310 144 15
Binary 0 101101 1000100 1100100 100010 0 1001001 11001000 1100100 1101

Color Harmonies of #002D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002D44

Black with #002D44

Text Example


Text Example

White with #002D44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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