#03386F

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

Shades of Prussian Blue #03386F

Tints of Prussian Blue #03386F

Color information

#03386F (or 0x03386F) is unknown color: approx Prussian Blue. HEX triplet: 03, 38 and 6F. RGB value is (3,56,111). Sum of RGB (Red+Green+Blue) = 3+56+111=170 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.76% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 111 (43.75% from 255 or 65.29% from 170); Max value from RGB is 111 - color contains mainly: blue. Hex color #03386F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03386F is #FCC790. Grayscale: #2E2E2E. Windows color (decimal): -16566161 or 7288835. OLE color: 7288835.

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

Color convert

RGB356111-
CMYK0.970.5000.56
HSL210.56º94.74%22.35%-
HSV(B)210.56º97.3%43.53%-
XYZ4.32415.58-
YUV46.42164.4497.03-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.76%
GREEN value IS 56 (22.27% from 255) = 32.94%
BLUE value IS 111 (43.75% from 255) = 65.29%
R=1.76%
G=32.94%
B=65.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3561110.970.5000.56210.5694.7422.35
Hex3386F6132038d35f16
Octal3701571416207032313726
Binary1111100011011111100001110010011100011010011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03386F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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