#03346A

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

Shades of Prussian Blue #03346A

Tints of Prussian Blue #03346A

Color information

#03346A (or 0x03346A) is unknown color: approx Prussian Blue. HEX triplet: 03, 34 and 6A. RGB value is (3,52,106). Sum of RGB (Red+Green+Blue) = 3+52+106=161 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.86% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 106 (41.80% from 255 or 65.84% from 161); Max value from RGB is 106 - color contains mainly: blue. Hex color #03346A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03346A is #FCCB95. Grayscale: #2B2B2B. Windows color (decimal): -16567190 or 6960131. OLE color: 6960131.

HSL color Cylindrical-coordinate representation of color #03346A: hue angle of 211.46º 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 #03346A is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB352106-
CMYK0.970.5100.58
HSL211.46º94.5%21.37%-
HSV(B)211.46º97.17%41.57%-
XYZ3.873.5214.11-
YUV43.5163.2799.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.86%
GREEN value IS 52 (20.70% from 255) = 32.30%
BLUE value IS 106 (41.80% from 255) = 65.84%
R=1.86%
G=32.30%
B=65.84%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3521060.970.5100.58211.4694.521.37
Hex3346A613303Ad35e15
Octal3641521416307232313625
Binary1111010011010101100001110011011101011010011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03346A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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