#03395B

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

Shades of Prussian Blue #03395B

Tints of Prussian Blue #03395B

Color information

#03395B (or 0x03395B) is unknown color: approx Prussian Blue. HEX triplet: 03, 39 and 5B. RGB value is (3,57,91). Sum of RGB (Red+Green+Blue) = 3+57+91=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 57 (22.66% from 255 or 37.75% from 151); Blue value is 91 (35.94% from 255 or 60.26% from 151); Max value from RGB is 91 - color contains mainly: blue. Hex color #03395B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03395B is #FCC6A4. Grayscale: #2C2C2C. Windows color (decimal): -16565925 or 5978371. OLE color: 5978371.

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

Color convert

RGB35791-
CMYK0.970.3700.64
HSL203.18º93.62%18.43%-
HSV(B)203.18º96.7%35.69%-
XYZ3.393.710.43-
YUV44.73154.1198.24-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.99%
GREEN value IS 57 (22.66% from 255) = 37.75%
BLUE value IS 91 (35.94% from 255) = 60.26%
R=1.99%
G=37.75%
B=60.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal357910.970.3700.64203.1893.6218.43
Hex3395B6125040cb5e12
Octal37113314145010031313622
Binary11111001101101111000011001010100000011001011101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03395B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03395B; }

 p { color: rgb(3,57,91); }

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

<style>
 a { background-color: #03395B; }

 a { background-color: rgb(3,57,91); }

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

<style>
 span { border-color: #03395B; }

 span { border-color: rgb(3,57,91); }

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