Html Css Color HEX #002E40 Blue Whale

📋 copy color: '#002E40'

red 0 ◦ green 46 ◦ blue 64

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

Shades of Blue Whale #002E40

Tints of Blue Whale #002E40

RGB

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

 GREEN value IS 46 (18.36% from 255) = 41.82%

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

R = 0%
G = 41.82%
B = 58.18%

CMYK

 C value IS 1

 M value IS 0.28

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#002E40 (or 0x002E40) is known color: Blue Whale. HEX triplet: 00, 2E and 40. RGB value is (0,46,64). Sum of RGB (Red+Green+Blue) = 0+46+64=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 46 (18.36% from 255 or 41.82% from 110); Blue value is 64 (25.39% from 255 or 58.18% from 110); Max value from RGB is 64 - color contains mainly: blue. Hex color #002E40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002E40 is #FFD1BF. Grayscale: #222222. Windows color (decimal): -16765376 or 4206080. OLE color: 4206080.

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

Color convert

RGB 0 46 64 -
CMYK 1 0.28 0 0.75
HSL 196.88º 1% 0.13% -
HSV(B) 196.88º 1% 0.25% -
XYZ 1.9 2.32 5.2 -
YUV 34.3 144.76 103.54 -
System Red Green Blue C M Y K H S L
Decimal 0 46 64 1 0.28 0 0.75 196.88 1 0.13
Hex 0 2E 40 64 1C 0 4B C5 64 D
Octal 0 56 100 144 34 0 113 305 144 15
Binary 0 101110 1000000 1100100 11100 0 1001011 11000101 1100100 1101

Color Harmonies of #002E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002E40

Black with #002E40

Text Example


Text Example

White with #002E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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