Html Css Color HEX #002E45 Blue Whale

📋 copy color: '#002E45'

red 0 ◦ green 46 ◦ blue 69

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

Shades of Blue Whale #002E45

Tints of Blue Whale #002E45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 60%

R = 0%
G = 40%
B = 60%

CMYK

 C value IS 1

 M value IS 0.33

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#002E45 (or 0x002E45) is known color: Blue Whale. HEX triplet: 00, 2E and 45. RGB value is (0,46,69). Sum of RGB (Red+Green+Blue) = 0+46+69=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 46 (18.36% from 255 or 40% from 115); Blue value is 69 (27.34% from 255 or 60% from 115); Max value from RGB is 69 - color contains mainly: blue. Hex color #002E45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002E45 is #FFD1BA. Grayscale: #222222. Windows color (decimal): -16765371 or 4533760. OLE color: 4533760.

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

Color convert

RGB 0 46 69 -
CMYK 1 0.33 0 0.73
HSL 200º 1% 0.14% -
HSV(B) 200º 1% 0.27% -
XYZ 2.05 2.38 5.98 -
YUV 34.87 147.26 103.13 -
System Red Green Blue C M Y K H S L
Decimal 0 46 69 1 0.33 0 0.73 200 1 0.14
Hex 0 2E 45 64 21 0 49 C8 64 E
Octal 0 56 105 144 41 0 111 310 144 16
Binary 0 101110 1000101 1100100 100001 0 1001001 11001000 1100100 1110

Color Harmonies of #002E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002E45

Black with #002E45

Text Example


Text Example

White with #002E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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