#02323D

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

Shades of Nordic #02323D

Tints of Nordic #02323D

Color information

#02323D (or 0x02323D) is unknown color: approx Nordic. HEX triplet: 02, 32 and 3D. RGB value is (2,50,61). Sum of RGB (Red+Green+Blue) = 2+50+61=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 50 (19.92% from 255 or 44.25% from 113); Blue value is 61 (24.22% from 255 or 53.98% from 113); Max value from RGB is 61 - color contains mainly: blue. Hex color #02323D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02323D is #FDCDC2. Grayscale: #242424. Windows color (decimal): -16633283 or 4010498. OLE color: 4010498.

HSL color Cylindrical-coordinate representation of color #02323D: hue angle of 191.19º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02323D is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB25061-
CMYK0.970.1800.76
HSL191.19º93.65%12.35%-
HSV(B)191.19º96.72%23.92%-
XYZ2.012.634.82-
YUV36.9141.6103.11-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.77%
GREEN value IS 50 (19.92% from 255) = 44.25%
BLUE value IS 61 (24.22% from 255) = 53.98%
R=1.77%
G=44.25%
B=53.98%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal250610.970.1800.76191.1993.6512.35
Hex2323D611204Cbf5ec
Octal2627514122011427713614
Binary10110010111101110000110010010011001011111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02323D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02323D; }

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

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

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

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

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

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

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

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