#033155

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

Shades of Prussian Blue #033155

Tints of Prussian Blue #033155

Color information

#033155 (or 0x033155) is unknown color: approx Prussian Blue. HEX triplet: 03, 31 and 55. RGB value is (3,49,85). Sum of RGB (Red+Green+Blue) = 3+49+85=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 85 (33.59% from 255 or 62.04% from 137); Max value from RGB is 85 - color contains mainly: blue. Hex color #033155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033155 is #FCCEAA. Grayscale: #272727. Windows color (decimal): -16567979 or 5583107. OLE color: 5583107.

HSL color Cylindrical-coordinate representation of color #033155: hue angle of 206.34º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #033155 is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB34985-
CMYK0.960.4200.67
HSL206.34º93.18%17.25%-
HSV(B)206.34º96.47%33.33%-
XYZ2.782.879-
YUV39.35153.76102.07-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.19%
GREEN value IS 49 (19.53% from 255) = 35.77%
BLUE value IS 85 (33.59% from 255) = 62.04%
R=2.19%
G=35.77%
B=62.04%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal349850.960.4200.67206.3493.1817.25
Hex33155602A043ce5d11
Octal36112514052010331613521
Binary11110001101010111000001010100100001111001110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033155; }

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

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

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

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

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

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

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

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