#002C39

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

Shades of Nordic #002C39

Tints of Nordic #002C39

Color information

#002C39 (or 0x002C39) is unknown color: approx Nordic. HEX triplet: 00, 2C and 39. RGB value is (0,44,57). Sum of RGB (Red+Green+Blue) = 0+44+57=101 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 101); Green value is 44 (17.58% from 255 or 43.56% from 101); Blue value is 57 (22.66% from 255 or 56.44% from 101); Max value from RGB is 57 - color contains mainly: blue. Hex color #002C39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002C39 is #FFD3C6. Grayscale: #202020. Windows color (decimal): -16765895 or 3746816. OLE color: 3746816.

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

Color convert

RGB04457-
CMYK10.2300.78
HSL193.68º100%11.18%-
HSV(B)193.68º100%22.35%-
XYZ1.642.14.19-
YUV32.33141.92104.94-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 44 (17.58% from 255) = 43.56%
BLUE value IS 57 (22.66% from 255) = 56.44%
R=0%
G=43.56%
B=56.44%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal0445710.2300.78193.6810011.18
Hex02C39641704Ec264b
Octal0547114427011630214413
Binary0101100111001110010010111010011101100001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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