#033260

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

Shades of Prussian Blue #033260

Tints of Prussian Blue #033260

Color information

#033260 (or 0x033260) is unknown color: approx Prussian Blue. HEX triplet: 03, 32 and 60. RGB value is (3,50,96). Sum of RGB (Red+Green+Blue) = 3+50+96=149 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.01% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 96 (37.89% from 255 or 64.43% from 149); Max value from RGB is 96 - color contains mainly: blue. Hex color #033260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033260 is #FCCD9F. Grayscale: #282828. Windows color (decimal): -16567712 or 6304259. OLE color: 6304259.

HSL color Cylindrical-coordinate representation of color #033260: hue angle of 209.68º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033260 is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB35096-
CMYK0.970.4800.62
HSL209.68º93.94%19.41%-
HSV(B)209.68º96.88%37.65%-
XYZ3.293.1511.5-
YUV41.19158.93100.76-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.01%
GREEN value IS 50 (19.92% from 255) = 33.56%
BLUE value IS 96 (37.89% from 255) = 64.43%
R=2.01%
G=33.56%
B=64.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal350960.970.4800.62209.6893.9419.41
Hex33260613003Ed25e13
Octal3621401416007632213623
Binary1111001011000001100001110000011111011010010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033260; }

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

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

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

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

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

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

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

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