#03396F

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

Shades of Prussian Blue #03396F

Tints of Prussian Blue #03396F

Color information

#03396F (or 0x03396F) is unknown color: approx Prussian Blue. HEX triplet: 03, 39 and 6F. RGB value is (3,57,111). Sum of RGB (Red+Green+Blue) = 3+57+111=171 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.75% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 111 (43.75% from 255 or 64.91% from 171); Max value from RGB is 111 - color contains mainly: blue. Hex color #03396F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03396F is #FCC690. Grayscale: #2E2E2E. Windows color (decimal): -16565905 or 7289091. OLE color: 7289091.

HSL color Cylindrical-coordinate representation of color #03396F: hue angle of 210º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03396F is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB357111-
CMYK0.970.4900.56
HSL210º94.74%22.35%-
HSV(B)210º97.3%43.53%-
XYZ4.374.0915.6-
YUV47.01164.1196.61-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.75%
GREEN value IS 57 (22.66% from 255) = 33.33%
BLUE value IS 111 (43.75% from 255) = 64.91%
R=1.75%
G=33.33%
B=64.91%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3571110.970.4900.5621094.7422.35
Hex3396F6131038d25f16
Octal3711571416107032213726
Binary1111100111011111100001110001011100011010010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03396F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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