#002E47

Color #002E47 Blue Whale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Whale #002E47

Tints of Blue Whale #002E47

Color information

#002E47 (or 0x002E47) is unknown color: approx Blue Whale. HEX triplet: 00, 2E and 47. RGB value is (0,46,71). Sum of RGB (Red+Green+Blue) = 0+46+71=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 46 (18.36% from 255 or 39.32% from 117); Blue value is 71 (28.12% from 255 or 60.68% from 117); Max value from RGB is 71 - color contains mainly: blue. Hex color #002E47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002E47 is #FFD1B8. Grayscale: #222222. Windows color (decimal): -16765369 or 4664832. OLE color: 4664832.

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

Color convert

RGB04671-
CMYK10.3500.72
HSL201.13º100%13.92%-
HSV(B)201.13º100%27.84%-
XYZ2.112.416.31-
YUV35.1148.26102.97-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 46 (18.36% from 255) = 39.32%
BLUE value IS 71 (28.12% from 255) = 60.68%
R=0%
G=39.32%
B=60.68%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal0467110.3500.72201.1310013.92
Hex02E476423048c964e
Octal05610714443011031114416
Binary010111010001111100100100011010010001100100111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #002E47;
 }
 .AnyTagClassName
 {
   color: #002E47;
 }
</style>
background-color css

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

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

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

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

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

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