#03303A

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

Shades of Nordic #03303A

Tints of Nordic #03303A

Color information

#03303A (or 0x03303A) is unknown color: approx Nordic. HEX triplet: 03, 30 and 3A. RGB value is (3,48,58). Sum of RGB (Red+Green+Blue) = 3+48+58=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 48 (19.14% from 255 or 44.04% from 109); Blue value is 58 (23.05% from 255 or 53.21% from 109); Max value from RGB is 58 - color contains mainly: blue. Hex color #03303A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03303A is #FCCFC5. Grayscale: #232323. Windows color (decimal): -16568262 or 3813379. OLE color: 3813379.

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

Color convert

RGB34858-
CMYK0.950.1700.77
HSL190.91º90.16%11.96%-
HSV(B)190.91º94.83%22.75%-
XYZ1.862.444.38-
YUV35.68140.59104.69-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.75%
GREEN value IS 48 (19.14% from 255) = 44.04%
BLUE value IS 58 (23.05% from 255) = 53.21%
R=2.75%
G=44.04%
B=53.21%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal348580.950.1700.77190.9190.1611.96
Hex3303A5F1104Dbf5ac
Octal3607213721011527713214
Binary11110000111010101111110001010011011011111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03303A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,48,58); }

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

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

 a { background-color: rgb(3,48,58); }

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

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

 span { border-color: rgb(3,48,58); }

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