#03335D

Color #03335D Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #03335D

Tints of Prussian Blue #03335D

Color information

#03335D (or 0x03335D) is unknown color: approx Prussian Blue. HEX triplet: 03, 33 and 5D. RGB value is (3,51,93). Sum of RGB (Red+Green+Blue) = 3+51+93=147 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.04% from 147); Green value is 51 (20.31% from 255 or 34.69% from 147); Blue value is 93 (36.72% from 255 or 63.27% from 147); Max value from RGB is 93 - color contains mainly: blue. Hex color #03335D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03335D is #FCCCA2. Grayscale: #292929. Windows color (decimal): -16567459 or 6107907. OLE color: 6107907.

HSL color Cylindrical-coordinate representation of color #03335D: hue angle of 208º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03335D is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB35193-
CMYK0.970.4500.64
HSL208º93.75%18.82%-
HSV(B)208º96.77%36.47%-
XYZ3.23.1810.8-
YUV41.44157.1100.58-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.04%
GREEN value IS 51 (20.31% from 255) = 34.69%
BLUE value IS 93 (36.72% from 255) = 63.27%
R=2.04%
G=34.69%
B=63.27%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal351930.970.4500.6420893.7518.82
Hex3335D612D040d05e13
Octal36313514155010032013623
Binary11110011101110111000011011010100000011010000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03335D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03335D; }

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

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

<style>
 a { background-color: #03335D; }

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

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

<style>
 span { border-color: #03335D; }

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

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