Html Css Color HEX #02323C Nordic

📋 copy color: '#02323C'

red 2 ◦ green 50 ◦ blue 60

#02323C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #02323C

Tints of Nordic #02323C

RGB

 RED value IS 2 (1.17% from 255) = 1.79%

 GREEN value IS 50 (19.92% from 255) = 44.64%

 BLUE value IS 60 (23.83% from 255) = 53.57%

R = 1.79%
G = 44.64%
B = 53.57%

CMYK

 C value IS 0.97

 M value IS 0.17

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#02323C (or 0x02323C) is known color: Nordic. HEX triplet: 02, 32 and 3C. RGB value is (2,50,60). Sum of RGB (Red+Green+Blue) = 2+50+60=112 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.79% from 112); Green value is 50 (19.92% from 255 or 44.64% from 112); Blue value is 60 (23.83% from 255 or 53.57% from 112); Max value from RGB is 60 - color contains mainly: blue. Hex color #02323C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02323C is #FDCDC3. Grayscale: #242424. Windows color (decimal): -16633284 or 3944962. OLE color: 3944962.

HSL color Cylindrical-coordinate representation of color #02323C: hue angle of 190.34º 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 #02323C is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 2 50 60 -
CMYK 0.97 0.17 0 0.76
HSL 190.34º 0.94% 0.12% -
HSV(B) 190.34º 0.97% 0.24% -
XYZ 1.98 2.62 4.68 -
YUV 36.79 141.1 103.19 -
System Red Green Blue C M Y K H S L
Decimal 2 50 60 0.97 0.17 0 0.76 190.34 0.94 0.12
Hex 2 32 3C 61 11 0 4C BE 5E C
Octal 2 62 74 141 21 0 114 276 136 14
Binary 10 110010 111100 1100001 10001 0 1001100 10111110 1011110 1100

Color Harmonies of #02323C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02323C

Black with #02323C

Text Example


Text Example

White with #02323C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02323C;
 }
 .AnyTagClassName
 {
   color: #02323C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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