#002E3D

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

Shades of Blue Whale #002E3D

Tints of Blue Whale #002E3D

Color information

#002E3D (or 0x002E3D) is unknown color: approx Blue Whale. HEX triplet: 00, 2E and 3D. RGB value is (0,46,61). Sum of RGB (Red+Green+Blue) = 0+46+61=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 46 (18.36% from 255 or 42.99% from 107); Blue value is 61 (24.22% from 255 or 57.01% from 107); Max value from RGB is 61 - color contains mainly: blue. Hex color #002E3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002E3D is #FFD1C2. Grayscale: #212121. Windows color (decimal): -16765379 or 4009472. OLE color: 4009472.

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

Color convert

RGB04661-
CMYK10.2500.76
HSL194.75º100%11.96%-
HSV(B)194.75º100%23.92%-
XYZ1.822.294.76-
YUV33.96143.26103.78-

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) = 42.99%
BLUE value IS 61 (24.22% from 255) = 57.01%
R=0%
G=42.99%
B=57.01%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal0466110.2500.76194.7510011.96
Hex02E3D641904Cc364c
Octal0567514431011430314414
Binary0101110111101110010011001010011001100001111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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