Html Css Color HEX #002E3F Blue Whale

📋 copy color: '#002E3F'

red 0 ◦ green 46 ◦ blue 63

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

Shades of Blue Whale #002E3F

Tints of Blue Whale #002E3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 57.8%

R = 0%
G = 42.2%
B = 57.8%

CMYK

 C value IS 1

 M value IS 0.27

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#002E3F (or 0x002E3F) is known color: Blue Whale. HEX triplet: 00, 2E and 3F. RGB value is (0,46,63). Sum of RGB (Red+Green+Blue) = 0+46+63=109 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 109); Green value is 46 (18.36% from 255 or 42.20% from 109); Blue value is 63 (25% from 255 or 57.80% from 109); Max value from RGB is 63 - color contains mainly: blue. Hex color #002E3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002E3F is #FFD1C0. Grayscale: #222222. Windows color (decimal): -16765377 or 4140544. OLE color: 4140544.

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

Color convert

RGB 0 46 63 -
CMYK 1 0.27 0 0.75
HSL 196.19º 1% 0.12% -
HSV(B) 196.19º 1% 0.25% -
XYZ 1.87 2.31 5.05 -
YUV 34.18 144.26 103.62 -
System Red Green Blue C M Y K H S L
Decimal 0 46 63 1 0.27 0 0.75 196.19 1 0.12
Hex 0 2E 3F 64 1B 0 4B C4 64 C
Octal 0 56 77 144 33 0 113 304 144 14
Binary 0 101110 111111 1100100 11011 0 1001011 11000100 1100100 1100

Color Harmonies of #002E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002E3F

Black with #002E3F

Text Example


Text Example

White with #002E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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