#033661

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

Shades of Prussian Blue #033661

Tints of Prussian Blue #033661

Color information

#033661 (or 0x033661) is unknown color: approx Prussian Blue. HEX triplet: 03, 36 and 61. RGB value is (3,54,97). Sum of RGB (Red+Green+Blue) = 3+54+97=154 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.95% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 97 (38.28% from 255 or 62.99% from 154); Max value from RGB is 97 - color contains mainly: blue. Hex color #033661 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033661 is #FCC99E. Grayscale: #2B2B2B. Windows color (decimal): -16566687 or 6370819. OLE color: 6370819.

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

Color convert

RGB35497-
CMYK0.970.4400.62
HSL207.45º94%19.61%-
HSV(B)207.45º96.91%38.04%-
XYZ3.513.5211.8-
YUV43.65158.199-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.95%
GREEN value IS 54 (21.48% from 255) = 35.06%
BLUE value IS 97 (38.28% from 255) = 62.99%
R=1.95%
G=35.06%
B=62.99%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal354970.970.4400.62207.459419.61
Hex33661612C03Ecf5e14
Octal3661411415407631713624
Binary1111011011000011100001101100011111011001111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033661; }

 p { color: rgb(3,54,97); }

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

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

 a { background-color: rgb(3,54,97); }

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

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

 span { border-color: rgb(3,54,97); }

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