Html Css Color HEX #002A44 Blue Whale

📋 copy color: '#002A44'

red 0 ◦ green 42 ◦ blue 68

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

Shades of Blue Whale #002A44

Tints of Blue Whale #002A44

RGB

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

 GREEN value IS 42 (16.8% from 255) = 38.18%

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

R = 0%
G = 38.18%
B = 61.82%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#002A44 (or 0x002A44) is known color: Blue Whale. HEX triplet: 00, 2A and 44. RGB value is (0,42,68). Sum of RGB (Red+Green+Blue) = 0+42+68=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 42 (16.80% from 255 or 38.18% from 110); Blue value is 68 (26.95% from 255 or 61.82% from 110); Max value from RGB is 68 - color contains mainly: blue. Hex color #002A44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002A44 is #FFD5BB. Grayscale: #202020. Windows color (decimal): -16766396 or 4467200. OLE color: 4467200.

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

Color convert

RGB 0 42 68 -
CMYK 1 0.38 0 0.73
HSL 202.94º 1% 0.13% -
HSV(B) 202.94º 1% 0.27% -
XYZ 1.87 2.07 5.77 -
YUV 32.41 148.09 104.89 -
System Red Green Blue C M Y K H S L
Decimal 0 42 68 1 0.38 0 0.73 202.94 1 0.13
Hex 0 2A 44 64 26 0 49 CB 64 D
Octal 0 52 104 144 46 0 111 313 144 15
Binary 0 101010 1000100 1100100 100110 0 1001001 11001011 1100100 1101

Color Harmonies of #002A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002A44

Black with #002A44

Text Example


Text Example

White with #002A44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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