#03396A

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

Shades of Prussian Blue #03396A

Tints of Prussian Blue #03396A

Color information

#03396A (or 0x03396A) is unknown color: approx Prussian Blue. HEX triplet: 03, 39 and 6A. RGB value is (3,57,106). Sum of RGB (Red+Green+Blue) = 3+57+106=166 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.81% from 166); Green value is 57 (22.66% from 255 or 34.34% from 166); Blue value is 106 (41.80% from 255 or 63.86% from 166); Max value from RGB is 106 - color contains mainly: blue. Hex color #03396A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03396A is #FCC695. Grayscale: #2E2E2E. Windows color (decimal): -16565910 or 6961411. OLE color: 6961411.

HSL color Cylindrical-coordinate representation of color #03396A: hue angle of 208.54º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03396A is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB357106-
CMYK0.970.4600.58
HSL208.54º94.5%21.37%-
HSV(B)208.54º97.17%41.57%-
XYZ4.13.9914.19-
YUV46.44161.6197.02-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.81%
GREEN value IS 57 (22.66% from 255) = 34.34%
BLUE value IS 106 (41.80% from 255) = 63.86%
R=1.81%
G=34.34%
B=63.86%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3571060.970.4600.58208.5494.521.37
Hex3396A612E03Ad15e15
Octal3711521415607232113625
Binary1111100111010101100001101110011101011010001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03396A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03396A; }

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

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

<style>
 a { background-color: #03396A; }

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

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

<style>
 span { border-color: #03396A; }

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

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