#02303C

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

Shades of Nordic #02303C

Tints of Nordic #02303C

Color information

#02303C (or 0x02303C) is unknown color: approx Nordic. HEX triplet: 02, 30 and 3C. RGB value is (2,48,60). Sum of RGB (Red+Green+Blue) = 2+48+60=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 48 (19.14% from 255 or 43.64% from 110); Blue value is 60 (23.83% from 255 or 54.55% from 110); Max value from RGB is 60 - color contains mainly: blue. Hex color #02303C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02303C is #FDCFC3. Grayscale: #232323. Windows color (decimal): -16633796 or 3944450. OLE color: 3944450.

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

Color convert

RGB24860-
CMYK0.970.2000.76
HSL192.41º93.55%12.16%-
HSV(B)192.41º96.67%23.53%-
XYZ1.92.454.65-
YUV35.61141.76104.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.82%
GREEN value IS 48 (19.14% from 255) = 43.64%
BLUE value IS 60 (23.83% from 255) = 54.55%
R=1.82%
G=43.64%
B=54.55%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal248600.970.2000.76192.4193.5512.16
Hex2303C611404Cc05ec
Octal2607414124011430013614
Binary10110000111100110000110100010011001100000010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02303C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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