#002E39

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

Shades of Nordic #002E39

Tints of Nordic #002E39

Color information

#002E39 (or 0x002E39) is unknown color: approx Nordic. HEX triplet: 00, 2E and 39. RGB value is (0,46,57). Sum of RGB (Red+Green+Blue) = 0+46+57=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 46 (18.36% from 255 or 44.66% from 103); Blue value is 57 (22.66% from 255 or 55.34% from 103); Max value from RGB is 57 - color contains mainly: blue. Hex color #002E39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002E39 is #FFD1C6. Grayscale: #212121. Windows color (decimal): -16765383 or 3747328. OLE color: 3747328.

HSL color Cylindrical-coordinate representation of color #002E39: hue angle of 191.58º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002E39 is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB04657-
CMYK10.1900.78
HSL191.58º100%11.18%-
HSV(B)191.58º100%22.35%-
XYZ1.722.254.21-
YUV33.5141.26104.11-

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) = 44.66%
BLUE value IS 57 (22.66% from 255) = 55.34%
R=0%
G=44.66%
B=55.34%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal0465710.1900.78191.5810011.18
Hex02E39641304Ec064b
Octal0567114423011630014413
Binary0101110111001110010010011010011101100000011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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