#022D39

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

Shades of Nordic #022D39

Tints of Nordic #022D39

Color information

#022D39 (or 0x022D39) is unknown color: approx Nordic. HEX triplet: 02, 2D and 39. RGB value is (2,45,57). Sum of RGB (Red+Green+Blue) = 2+45+57=104 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.92% from 104); Green value is 45 (17.97% from 255 or 43.27% from 104); Blue value is 57 (22.66% from 255 or 54.81% from 104); Max value from RGB is 57 - color contains mainly: blue. Hex color #022D39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022D39 is #FDD2C6. Grayscale: #212121. Windows color (decimal): -16634567 or 3747074. OLE color: 3747074.

HSL color Cylindrical-coordinate representation of color #022D39: hue angle of 193.09º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022D39 is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB24557-
CMYK0.960.2100.78
HSL193.09º93.22%11.57%-
HSV(B)193.09º96.49%22.35%-
XYZ1.72.194.2-
YUV33.51141.25105.52-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.92%
GREEN value IS 45 (17.97% from 255) = 43.27%
BLUE value IS 57 (22.66% from 255) = 54.81%
R=1.92%
G=43.27%
B=54.81%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal245570.960.2100.78193.0993.2211.57
Hex22D39601504Ec15dc
Octal2557114025011630113514
Binary10101101111001110000010101010011101100000110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022D39; }

 p { color: rgb(2,45,57); }

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

<style>
 a { background-color: #022D39; }

 a { background-color: rgb(2,45,57); }

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

<style>
 span { border-color: #022D39; }

 span { border-color: rgb(2,45,57); }

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