#023233

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

Shades of Nordic #023233

Tints of Nordic #023233

Color information

#023233 (or 0x023233) is unknown color: approx Nordic. HEX triplet: 02, 32 and 33. RGB value is (2,50,51). Sum of RGB (Red+Green+Blue) = 2+50+51=103 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.94% from 103); Green value is 50 (19.92% from 255 or 48.54% from 103); Blue value is 51 (20.31% from 255 or 49.51% from 103); Max value from RGB is 51 - color contains mainly: blue. Hex color #023233 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023233 is #FDCDCC. Grayscale: #232323. Windows color (decimal): -16633293 or 3355138. OLE color: 3355138.

HSL color Cylindrical-coordinate representation of color #023233: hue angle of 181.22º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023233 is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB25051-
CMYK0.960.0200.8
HSL181.22º92.45%10.39%-
HSV(B)181.22º96.08%20%-
XYZ1.762.533.53-
YUV35.76136.6103.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.94%
GREEN value IS 50 (19.92% from 255) = 48.54%
BLUE value IS 51 (20.31% from 255) = 49.51%
R=1.94%
G=48.54%
B=49.51%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal250510.960.0200.8181.2292.4510.39
Hex23233602050b55ca
Octal262631402012026513412
Binary10110010110011110000010010100001011010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023233; }

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

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

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

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

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

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

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

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