Html Css Color HEX #002E48 Blue Whale

📋 copy color: '#002E48'

red 0 ◦ green 46 ◦ blue 72

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

Shades of Blue Whale #002E48

Tints of Blue Whale #002E48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 61.02%

R = 0%
G = 38.98%
B = 61.02%

CMYK

 C value IS 1

 M value IS 0.36

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#002E48 (or 0x002E48) is known color: Blue Whale. HEX triplet: 00, 2E and 48. RGB value is (0,46,72). Sum of RGB (Red+Green+Blue) = 0+46+72=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 46 (18.36% from 255 or 38.98% from 118); Blue value is 72 (28.52% from 255 or 61.02% from 118); Max value from RGB is 72 - color contains mainly: blue. Hex color #002E48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002E48 is #FFD1B7. Grayscale: #232323. Windows color (decimal): -16765368 or 4730368. OLE color: 4730368.

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

Color convert

RGB 0 46 72 -
CMYK 1 0.36 0 0.72
HSL 201.67º 1% 0.14% -
HSV(B) 201.67º 1% 0.28% -
XYZ 2.15 2.42 6.49 -
YUV 35.21 148.76 102.89 -
System Red Green Blue C M Y K H S L
Decimal 0 46 72 1 0.36 0 0.72 201.67 1 0.14
Hex 0 2E 48 64 24 0 48 CA 64 E
Octal 0 56 110 144 44 0 110 312 144 16
Binary 0 101110 1001000 1100100 100100 0 1001000 11001010 1100100 1110

Color Harmonies of #002E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002E48

Black with #002E48

Text Example


Text Example

White with #002E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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