#03333F

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

Shades of Nordic #03333F

Tints of Nordic #03333F

Color information

#03333F (or 0x03333F) is unknown color: approx Nordic. HEX triplet: 03, 33 and 3F. RGB value is (3,51,63). Sum of RGB (Red+Green+Blue) = 3+51+63=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 51 (20.31% from 255 or 43.59% from 117); Blue value is 63 (25% from 255 or 53.85% from 117); Max value from RGB is 63 - color contains mainly: blue. Hex color #03333F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03333F is #FCCCC0. Grayscale: #252525. Windows color (decimal): -16567489 or 4141827. OLE color: 4141827.

HSL color Cylindrical-coordinate representation of color #03333F: hue angle of 192º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03333F is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB35163-
CMYK0.950.1900.75
HSL192º90.91%12.94%-
HSV(B)192º95.24%24.71%-
XYZ2.122.755.12-
YUV38.02142.1103.02-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.56%
GREEN value IS 51 (20.31% from 255) = 43.59%
BLUE value IS 63 (25% from 255) = 53.85%
R=2.56%
G=43.59%
B=53.85%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal351630.950.1900.7519290.9112.94
Hex3333F5F1304Bc05bd
Octal3637713723011330013315
Binary11110011111111101111110011010010111100000010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03333F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03333F; }

 p { color: rgb(3,51,63); }

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

<style>
 a { background-color: #03333F; }

 a { background-color: rgb(3,51,63); }

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

<style>
 span { border-color: #03333F; }

 span { border-color: rgb(3,51,63); }

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