#002C41

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

Shades of Blue Whale #002C41

Tints of Blue Whale #002C41

Color information

#002C41 (or 0x002C41) is unknown color: approx Blue Whale. HEX triplet: 00, 2C and 41. RGB value is (0,44,65). Sum of RGB (Red+Green+Blue) = 0+44+65=109 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 109); Green value is 44 (17.58% from 255 or 40.37% from 109); Blue value is 65 (25.78% from 255 or 59.63% from 109); Max value from RGB is 65 - color contains mainly: blue. Hex color #002C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002C41 is #FFD3BE. Grayscale: #212121. Windows color (decimal): -16765887 or 4271104. OLE color: 4271104.

HSL color Cylindrical-coordinate representation of color #002C41: hue angle of 199.38º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002C41 is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB04465-
CMYK10.3200.75
HSL199.38º100%12.75%-
HSV(B)199.38º100%25.49%-
XYZ1.852.185.32-
YUV33.24145.92104.29-

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) = 40.37%
BLUE value IS 65 (25.78% from 255) = 59.63%
R=0%
G=40.37%
B=59.63%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal0446510.3200.75199.3810012.75
Hex02C41642004Bc764d
Octal05410114440011330714415
Binary010110010000011100100100000010010111100011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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