#002C47

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

Shades of Blue Whale #002C47

Tints of Blue Whale #002C47

Color information

#002C47 (or 0x002C47) is unknown color: approx Blue Whale. HEX triplet: 00, 2C and 47. RGB value is (0,44,71). Sum of RGB (Red+Green+Blue) = 0+44+71=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 44 (17.58% from 255 or 38.26% from 115); Blue value is 71 (28.12% from 255 or 61.74% from 115); Max value from RGB is 71 - color contains mainly: blue. Hex color #002C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002C47 is #FFD3B8. Grayscale: #212121. Windows color (decimal): -16765881 or 4664320. OLE color: 4664320.

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

Color convert

RGB04471-
CMYK10.3800.72
HSL202.82º100%13.92%-
HSV(B)202.82º100%27.84%-
XYZ2.042.266.29-
YUV33.92148.92103.8-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 44 (17.58% from 255) = 38.26%
BLUE value IS 71 (28.12% from 255) = 61.74%
R=0%
G=38.26%
B=61.74%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal0447110.3800.72202.8210013.92
Hex02C476426048cb64e
Octal05410714446011031314416
Binary010110010001111100100100110010010001100101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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