#002F49

Color #002F49 Blue Whale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Whale #002F49

Tints of Blue Whale #002F49

Color information

#002F49 (or 0x002F49) is unknown color: approx Blue Whale. HEX triplet: 00, 2F and 49. RGB value is (0,47,73). Sum of RGB (Red+Green+Blue) = 0+47+73=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 47 (18.75% from 255 or 39.17% from 120); Blue value is 73 (28.91% from 255 or 60.83% from 120); Max value from RGB is 73 - color contains mainly: blue. Hex color #002F49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002F49 is #FFD0B6. Grayscale: #232323. Windows color (decimal): -16765111 or 4796160. OLE color: 4796160.

HSL color Cylindrical-coordinate representation of color #002F49: hue angle of 201.37º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002F49 is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB04773-
CMYK10.3600.71
HSL201.37º100%14.31%-
HSV(B)201.37º100%28.63%-
XYZ2.222.516.67-
YUV35.91148.93102.39-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 47 (18.75% from 255) = 39.17%
BLUE value IS 73 (28.91% from 255) = 60.83%
R=0%
G=39.17%
B=60.83%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal0477310.3600.71201.3710014.31
Hex02F496424047c964e
Octal05711114444010731114416
Binary010111110010011100100100100010001111100100111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,47,73); }

 H1.HeaderClassName
 {
   color: #002F49;
 }
 .AnyTagClassName
 {
   color: #002F49;
 }
</style>
background-color css

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

 a { background-color: rgb(0,47,73); }

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

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

 span { border-color: rgb(0,47,73); }

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