#03395F

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

Shades of Prussian Blue #03395F

Tints of Prussian Blue #03395F

Color information

#03395F (or 0x03395F) is unknown color: approx Prussian Blue. HEX triplet: 03, 39 and 5F. RGB value is (3,57,95). Sum of RGB (Red+Green+Blue) = 3+57+95=155 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.94% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 95 (37.5% from 255 or 61.29% from 155); Max value from RGB is 95 - color contains mainly: blue. Hex color #03395F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03395F is #FCC6A0. Grayscale: #2C2C2C. Windows color (decimal): -16565921 or 6240515. OLE color: 6240515.

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

Color convert

RGB35795-
CMYK0.970.4000.63
HSL204.78º93.88%19.22%-
HSV(B)204.78º96.84%37.25%-
XYZ3.573.7711.37-
YUV45.19156.1197.91-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.94%
GREEN value IS 57 (22.66% from 255) = 36.77%
BLUE value IS 95 (37.5% from 255) = 61.29%
R=1.94%
G=36.77%
B=61.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal357950.970.4000.63204.7893.8819.22
Hex3395F612803Fcd5e13
Octal3711371415007731513623
Binary1111100110111111100001101000011111111001101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03395F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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