Html Css Color HEX #002B44 Blue Whale

📋 copy color: '#002B44'

red 0 ◦ green 43 ◦ blue 68

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

Shades of Blue Whale #002B44

Tints of Blue Whale #002B44

RGB

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

 GREEN value IS 43 (17.19% from 255) = 38.74%

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

R = 0%
G = 38.74%
B = 61.26%

CMYK

 C value IS 1

 M value IS 0.37

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#002B44 (or 0x002B44) is known color: Blue Whale. HEX triplet: 00, 2B and 44. RGB value is (0,43,68). Sum of RGB (Red+Green+Blue) = 0+43+68=111 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 111); Green value is 43 (17.19% from 255 or 38.74% from 111); Blue value is 68 (26.95% from 255 or 61.26% from 111); Max value from RGB is 68 - color contains mainly: blue. Hex color #002B44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002B44 is #FFD4BB. Grayscale: #202020. Windows color (decimal): -16766140 or 4467456. OLE color: 4467456.

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

Color convert

RGB 0 43 68 -
CMYK 1 0.37 0 0.73
HSL 202.06º 1% 0.13% -
HSV(B) 202.06º 1% 0.27% -
XYZ 1.91 2.15 5.78 -
YUV 32.99 147.75 104.47 -
System Red Green Blue C M Y K H S L
Decimal 0 43 68 1 0.37 0 0.73 202.06 1 0.13
Hex 0 2B 44 64 25 0 49 CA 64 D
Octal 0 53 104 144 45 0 111 312 144 15
Binary 0 101011 1000100 1100100 100101 0 1001001 11001010 1100100 1101

Color Harmonies of #002B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002B44

Black with #002B44

Text Example


Text Example

White with #002B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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