Html Css Color HEX #002C40 Blue Whale

📋 copy color: '#002C40'

red 0 ◦ green 44 ◦ blue 64

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

Shades of Blue Whale #002C40

Tints of Blue Whale #002C40

RGB

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

 GREEN value IS 44 (17.58% from 255) = 40.74%

 BLUE value IS 64 (25.39% from 255) = 59.26%

R = 0%
G = 40.74%
B = 59.26%

CMYK

 C value IS 1

 M value IS 0.31

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#002C40 (or 0x002C40) is known color: Blue Whale. HEX triplet: 00, 2C and 40. RGB value is (0,44,64). Sum of RGB (Red+Green+Blue) = 0+44+64=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 44 (17.58% from 255 or 40.74% from 108); Blue value is 64 (25.39% from 255 or 59.26% from 108); Max value from RGB is 64 - color contains mainly: blue. Hex color #002C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002C40 is #FFD3BF. Grayscale: #212121. Windows color (decimal): -16765888 or 4205568. OLE color: 4205568.

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

Color convert

RGB 0 44 64 -
CMYK 1 0.31 0 0.75
HSL 198.75º 1% 0.13% -
HSV(B) 198.75º 1% 0.25% -
XYZ 1.83 2.17 5.17 -
YUV 33.12 145.42 104.37 -
System Red Green Blue C M Y K H S L
Decimal 0 44 64 1 0.31 0 0.75 198.75 1 0.13
Hex 0 2C 40 64 1F 0 4B C7 64 D
Octal 0 54 100 144 37 0 113 307 144 15
Binary 0 101100 1000000 1100100 11111 0 1001011 11000111 1100100 1101

Color Harmonies of #002C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002C40

Black with #002C40

Text Example


Text Example

White with #002C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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