#022C36

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

Shades of Nordic #022C36

Tints of Nordic #022C36

Color information

#022C36 (or 0x022C36) is unknown color: approx Nordic. HEX triplet: 02, 2C and 36. RGB value is (2,44,54). Sum of RGB (Red+Green+Blue) = 2+44+54=100 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2% from 100); Green value is 44 (17.58% from 255 or 44% from 100); Blue value is 54 (21.48% from 255 or 54% from 100); Max value from RGB is 54 - color contains mainly: blue. Hex color #022C36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022C36 is #FDD3C9. Grayscale: #202020. Windows color (decimal): -16634826 or 3550210. OLE color: 3550210.

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

Color convert

RGB24454-
CMYK0.960.1900.79
HSL191.54º92.86%10.98%-
HSV(B)191.54º96.3%21.18%-
XYZ1.592.083.81-
YUV32.58140.09106.19-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2%
GREEN value IS 44 (17.58% from 255) = 44%
BLUE value IS 54 (21.48% from 255) = 54%
R=2%
G=44%
B=54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal244540.960.1900.79191.5492.8610.98
Hex22C36601304Fc05db
Octal2546614023011730013513
Binary10101100110110110000010011010011111100000010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,44,54); }

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

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

 a { background-color: rgb(2,44,54); }

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

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

 span { border-color: rgb(2,44,54); }

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