#033170

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

Shades of Prussian Blue #033170

Tints of Prussian Blue #033170

Color information

#033170 (or 0x033170) is unknown color: approx Prussian Blue. HEX triplet: 03, 31 and 70. RGB value is (3,49,112). Sum of RGB (Red+Green+Blue) = 3+49+112=164 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.83% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 112 (44.14% from 255 or 68.29% from 164); Max value from RGB is 112 - color contains mainly: blue. Hex color #033170 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033170 is #FCCE8F. Grayscale: #2A2A2A. Windows color (decimal): -16567952 or 7352579. OLE color: 7352579.

HSL color Cylindrical-coordinate representation of color #033170: hue angle of 214.68º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033170 is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB349112-
CMYK0.970.5600.56
HSL214.68º94.78%22.55%-
HSV(B)214.68º97.32%43.92%-
XYZ4.063.3915.77-
YUV42.43167.2699.88-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.83%
GREEN value IS 49 (19.53% from 255) = 29.88%
BLUE value IS 112 (44.14% from 255) = 68.29%
R=1.83%
G=29.88%
B=68.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3491120.970.5600.56214.6894.7822.55
Hex331706138038d75f17
Octal3611601417007032713727
Binary1111000111100001100001111000011100011010111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033170; }

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

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

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

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

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

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

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

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