#03365F

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

Shades of Prussian Blue #03365F

Tints of Prussian Blue #03365F

Color information

#03365F (or 0x03365F) is unknown color: approx Prussian Blue. HEX triplet: 03, 36 and 5F. RGB value is (3,54,95). Sum of RGB (Red+Green+Blue) = 3+54+95=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 54 (21.48% from 255 or 35.53% from 152); Blue value is 95 (37.5% from 255 or 62.5% from 152); Max value from RGB is 95 - color contains mainly: blue. Hex color #03365F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03365F is #FCC9A0. Grayscale: #2B2B2B. Windows color (decimal): -16566689 or 6239747. OLE color: 6239747.

HSL color Cylindrical-coordinate representation of color #03365F: hue angle of 206.74º 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 #03365F is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB35495-
CMYK0.970.4300.63
HSL206.74º93.88%19.22%-
HSV(B)206.74º96.84%37.25%-
XYZ3.423.4811.32-
YUV43.42157.199.17-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.97%
GREEN value IS 54 (21.48% from 255) = 35.53%
BLUE value IS 95 (37.5% from 255) = 62.5%
R=1.97%
G=35.53%
B=62.5%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal354950.970.4300.63206.7493.8819.22
Hex3365F612B03Fcf5e13
Octal3661371415307731713623
Binary1111011010111111100001101011011111111001111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03365F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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