#033265

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

Shades of Prussian Blue #033265

Tints of Prussian Blue #033265

Color information

#033265 (or 0x033265) is unknown color: approx Prussian Blue. HEX triplet: 03, 32 and 65. RGB value is (3,50,101). Sum of RGB (Red+Green+Blue) = 3+50+101=154 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.95% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 101 (39.84% from 255 or 65.58% from 154); Max value from RGB is 101 - color contains mainly: blue. Hex color #033265 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033265 is #FCCD9A. Grayscale: #292929. Windows color (decimal): -16567707 or 6631939. OLE color: 6631939.

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

Color convert

RGB350101-
CMYK0.970.5000.60
HSL211.22º94.23%20.39%-
HSV(B)211.22º97.03%39.61%-
XYZ3.533.2412.75-
YUV41.76161.43100.35-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.95%
GREEN value IS 50 (19.92% from 255) = 32.47%
BLUE value IS 101 (39.84% from 255) = 65.58%
R=1.95%
G=32.47%
B=65.58%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3501010.970.5000.60211.2294.2320.39
Hex33265613203Cd35e14
Octal3621451416207432313624
Binary1111001011001011100001110010011110011010011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033265; }

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

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

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

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

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

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

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

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