#033276

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

Shades of Prussian Blue #033276

Tints of Prussian Blue #033276

Color information

#033276 (or 0x033276) is unknown color: approx Prussian Blue. HEX triplet: 03, 32 and 76. RGB value is (3,50,118). Sum of RGB (Red+Green+Blue) = 3+50+118=171 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.75% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 118 (46.48% from 255 or 69.01% from 171); Max value from RGB is 118 - color contains mainly: blue. Hex color #033276 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033276 is #FCCD89. Grayscale: #2B2B2B. Windows color (decimal): -16567690 or 7746051. OLE color: 7746051.

HSL color Cylindrical-coordinate representation of color #033276: hue angle of 215.48º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033276 is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB350118-
CMYK0.970.5800.54
HSL215.48º95.04%23.73%-
HSV(B)215.48º97.46%46.27%-
XYZ4.453.6117.6-
YUV43.7169.9398.97-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.75%
GREEN value IS 50 (19.92% from 255) = 29.24%
BLUE value IS 118 (46.48% from 255) = 69.01%
R=1.75%
G=29.24%
B=69.01%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3501180.970.5800.54215.4895.0423.73
Hex33276613A036d75f18
Octal3621661417206632713730
Binary1111001011101101100001111010011011011010111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033276; }

 p { color: rgb(3,50,118); }

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

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

 a { background-color: rgb(3,50,118); }

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

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

 span { border-color: rgb(3,50,118); }

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