#03375D

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

Shades of Prussian Blue #03375D

Tints of Prussian Blue #03375D

Color information

#03375D (or 0x03375D) is unknown color: approx Prussian Blue. HEX triplet: 03, 37 and 5D. RGB value is (3,55,93). Sum of RGB (Red+Green+Blue) = 3+55+93=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 55 (21.88% from 255 or 36.42% from 151); Blue value is 93 (36.72% from 255 or 61.59% from 151); Max value from RGB is 93 - color contains mainly: blue. Hex color #03375D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03375D is #FCC8A2. Grayscale: #2B2B2B. Windows color (decimal): -16566435 or 6108931. OLE color: 6108931.

HSL color Cylindrical-coordinate representation of color #03375D: hue angle of 205.33º 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 #03375D is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB35593-
CMYK0.970.4100.64
HSL205.33º93.75%18.82%-
HSV(B)205.33º96.77%36.47%-
XYZ3.383.5410.86-
YUV43.78155.7798.91-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.99%
GREEN value IS 55 (21.88% from 255) = 36.42%
BLUE value IS 93 (36.72% from 255) = 61.59%
R=1.99%
G=36.42%
B=61.59%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal355930.970.4100.64205.3393.7518.82
Hex3375D6129040cd5e13
Octal36713514151010031513623
Binary11110111101110111000011010010100000011001101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03375D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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