#033565

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

Shades of Prussian Blue #033565

Tints of Prussian Blue #033565

Color information

#033565 (or 0x033565) is unknown color: approx Prussian Blue. HEX triplet: 03, 35 and 65. RGB value is (3,53,101). Sum of RGB (Red+Green+Blue) = 3+53+101=157 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.91% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 101 (39.84% from 255 or 64.33% from 157); Max value from RGB is 101 - color contains mainly: blue. Hex color #033565 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033565 is #FCCA9A. Grayscale: #2B2B2B. Windows color (decimal): -16566939 or 6632707. OLE color: 6632707.

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

Color convert

RGB353101-
CMYK0.970.4800.60
HSL209.39º94.23%20.39%-
HSV(B)209.39º97.03%39.61%-
XYZ3.663.5112.8-
YUV43.52160.4499.1-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.91%
GREEN value IS 53 (21.09% from 255) = 33.76%
BLUE value IS 101 (39.84% from 255) = 64.33%
R=1.91%
G=33.76%
B=64.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3531010.970.4800.60209.3994.2320.39
Hex33565613003Cd15e14
Octal3651451416007432113624
Binary1111010111001011100001110000011110011010001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033565; }

 p { color: rgb(3,53,101); }

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

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

 a { background-color: rgb(3,53,101); }

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

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

 span { border-color: rgb(3,53,101); }

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