#033663

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

Shades of Prussian Blue #033663

Tints of Prussian Blue #033663

Color information

#033663 (or 0x033663) is unknown color: approx Prussian Blue. HEX triplet: 03, 36 and 63. RGB value is (3,54,99). Sum of RGB (Red+Green+Blue) = 3+54+99=156 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.92% from 156); Green value is 54 (21.48% from 255 or 34.62% from 156); Blue value is 99 (39.06% from 255 or 63.46% from 156); Max value from RGB is 99 - color contains mainly: blue. Hex color #033663 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033663 is #FCC99C. Grayscale: #2B2B2B. Windows color (decimal): -16566685 or 6501891. OLE color: 6501891.

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

Color convert

RGB35499-
CMYK0.970.4500.61
HSL208.12º94.12%20%-
HSV(B)208.12º96.97%38.82%-
XYZ3.613.5612.3-
YUV43.88159.198.84-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.92%
GREEN value IS 54 (21.48% from 255) = 34.62%
BLUE value IS 99 (39.06% from 255) = 63.46%
R=1.92%
G=34.62%
B=63.46%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal354990.970.4500.61208.1294.1220
Hex33663612D03Dd05e14
Octal3661431415507532013624
Binary1111011011000111100001101101011110111010000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033663; }

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

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

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

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

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

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

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

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