#023136

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

Shades of Nordic #023136

Tints of Nordic #023136

Color information

#023136 (or 0x023136) is unknown color: approx Nordic. HEX triplet: 02, 31 and 36. RGB value is (2,49,54). Sum of RGB (Red+Green+Blue) = 2+49+54=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 49 (19.53% from 255 or 46.67% from 105); Blue value is 54 (21.48% from 255 or 51.43% from 105); Max value from RGB is 54 - color contains mainly: blue. Hex color #023136 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023136 is #FDCEC9. Grayscale: #232323. Windows color (decimal): -16633546 or 3551490. OLE color: 3551490.

HSL color Cylindrical-coordinate representation of color #023136: hue angle of 185.77º 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 #023136 is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB24954-
CMYK0.960.0900.79
HSL185.77º92.86%10.98%-
HSV(B)185.77º96.3%21.18%-
XYZ1.792.483.87-
YUV35.52138.43104.09-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.90%
GREEN value IS 49 (19.53% from 255) = 46.67%
BLUE value IS 54 (21.48% from 255) = 51.43%
R=1.90%
G=46.67%
B=51.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal249540.960.0900.79185.7792.8610.98
Hex2313660904Fba5db
Octal2616614011011727213513
Binary1011000111011011000001001010011111011101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023136; }

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

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

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

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

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

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

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

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