#023236

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

Shades of Nordic #023236

Tints of Nordic #023236

Color information

#023236 (or 0x023236) is unknown color: approx Nordic. HEX triplet: 02, 32 and 36. RGB value is (2,50,54). Sum of RGB (Red+Green+Blue) = 2+50+54=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 50 (19.92% from 255 or 47.17% from 106); Blue value is 54 (21.48% from 255 or 50.94% from 106); Max value from RGB is 54 - color contains mainly: blue. Hex color #023236 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023236 is #FDCDC9. Grayscale: #242424. Windows color (decimal): -16633290 or 3551746. OLE color: 3551746.

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

Color convert

RGB25054-
CMYK0.960.0700.79
HSL184.62º92.86%10.98%-
HSV(B)184.62º96.3%21.18%-
XYZ1.832.563.89-
YUV36.1138.1103.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.89%
GREEN value IS 50 (19.92% from 255) = 47.17%
BLUE value IS 54 (21.48% from 255) = 50.94%
R=1.89%
G=47.17%
B=50.94%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal250540.960.0700.79184.6292.8610.98
Hex2323660704Fb95db
Octal262661407011727113513
Binary101100101101101100000111010011111011100110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023236; }

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

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

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

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

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

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

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

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