#022C34

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

Shades of Nordic #022C34

Tints of Nordic #022C34

Color information

#022C34 (or 0x022C34) is unknown color: approx Nordic. HEX triplet: 02, 2C and 34. RGB value is (2,44,52). Sum of RGB (Red+Green+Blue) = 2+44+52=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 44 (17.58% from 255 or 44.90% from 98); Blue value is 52 (20.70% from 255 or 53.06% from 98); Max value from RGB is 52 - color contains mainly: blue. Hex color #022C34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022C34 is #FDD3CB. Grayscale: #202020. Windows color (decimal): -16634828 or 3419138. OLE color: 3419138.

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

Color convert

RGB24452-
CMYK0.960.1500.80
HSL189.6º92.59%10.59%-
HSV(B)189.6º96.15%20.39%-
XYZ1.552.063.57-
YUV32.35139.09106.35-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.04%
GREEN value IS 44 (17.58% from 255) = 44.90%
BLUE value IS 52 (20.70% from 255) = 53.06%
R=2.04%
G=44.90%
B=53.06%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal244520.960.1500.80189.692.5910.59
Hex22C3460F050be5db
Octal2546414017012027613513
Binary1010110011010011000001111010100001011111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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