#03346C

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

Shades of Prussian Blue #03346C

Tints of Prussian Blue #03346C

Color information

#03346C (or 0x03346C) is unknown color: approx Prussian Blue. HEX triplet: 03, 34 and 6C. RGB value is (3,52,108). Sum of RGB (Red+Green+Blue) = 3+52+108=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 108 (42.58% from 255 or 66.26% from 163); Max value from RGB is 108 - color contains mainly: blue. Hex color #03346C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03346C is #FCCB93. Grayscale: #2B2B2B. Windows color (decimal): -16567188 or 7091203. OLE color: 7091203.

HSL color Cylindrical-coordinate representation of color #03346C: hue angle of 212º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03346C is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB352108-
CMYK0.970.5200.58
HSL212º94.59%21.76%-
HSV(B)212º97.22%42.35%-
XYZ3.973.5614.66-
YUV43.73164.2798.95-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.84%
GREEN value IS 52 (20.70% from 255) = 31.90%
BLUE value IS 108 (42.58% from 255) = 66.26%
R=1.84%
G=31.90%
B=66.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3521080.970.5200.5821294.5921.76
Hex3346C613403Ad45f16
Octal3641541416407232413726
Binary1111010011011001100001110100011101011010100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03346C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03346C; }

 p { color: rgb(3,52,108); }

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

<style>
 a { background-color: #03346C; }

 a { background-color: rgb(3,52,108); }

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

<style>
 span { border-color: #03346C; }

 span { border-color: rgb(3,52,108); }

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