#033175

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

Shades of Prussian Blue #033175

Tints of Prussian Blue #033175

Color information

#033175 (or 0x033175) is unknown color: approx Prussian Blue. HEX triplet: 03, 31 and 75. RGB value is (3,49,117). Sum of RGB (Red+Green+Blue) = 3+49+117=169 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.78% from 169); Green value is 49 (19.53% from 255 or 28.99% from 169); Blue value is 117 (46.09% from 255 or 69.23% from 169); Max value from RGB is 117 - color contains mainly: blue. Hex color #033175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033175 is #FCCE8A. Grayscale: #2A2A2A. Windows color (decimal): -16567947 or 7680259. OLE color: 7680259.

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

Color convert

RGB349117-
CMYK0.970.5800.54
HSL215.79º95%23.53%-
HSV(B)215.79º97.44%45.88%-
XYZ4.353.517.28-
YUV43169.7699.47-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.78%
GREEN value IS 49 (19.53% from 255) = 28.99%
BLUE value IS 117 (46.09% from 255) = 69.23%
R=1.78%
G=28.99%
B=69.23%

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
Decimal3491170.970.5800.54215.799523.53
Hex33175613A036d85f18
Octal3611651417206633013730
Binary1111000111101011100001111010011011011011000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033175; }

 p { color: rgb(3,49,117); }

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

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

 a { background-color: rgb(3,49,117); }

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

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

 span { border-color: rgb(3,49,117); }

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