#02323A

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

Shades of Nordic #02323A

Tints of Nordic #02323A

Color information

#02323A (or 0x02323A) is unknown color: approx Nordic. HEX triplet: 02, 32 and 3A. RGB value is (2,50,58). Sum of RGB (Red+Green+Blue) = 2+50+58=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 50 (19.92% from 255 or 45.45% from 110); Blue value is 58 (23.05% from 255 or 52.73% from 110); Max value from RGB is 58 - color contains mainly: blue. Hex color #02323A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02323A is #FDCDC5. Grayscale: #242424. Windows color (decimal): -16633286 or 3813890. OLE color: 3813890.

HSL color Cylindrical-coordinate representation of color #02323A: hue angle of 188.57º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02323A is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB25058-
CMYK0.970.1400.77
HSL188.57º93.33%11.76%-
HSV(B)188.57º96.55%22.75%-
XYZ1.932.64.4-
YUV36.56140.1103.35-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.82%
GREEN value IS 50 (19.92% from 255) = 45.45%
BLUE value IS 58 (23.05% from 255) = 52.73%
R=1.82%
G=45.45%
B=52.73%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal250580.970.1400.77188.5793.3311.76
Hex2323A61E04Dbd5dc
Octal2627214116011527513514
Binary1011001011101011000011110010011011011110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02323A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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