#033768

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

Shades of Prussian Blue #033768

Tints of Prussian Blue #033768

Color information

#033768 (or 0x033768) is unknown color: approx Prussian Blue. HEX triplet: 03, 37 and 68. RGB value is (3,55,104). Sum of RGB (Red+Green+Blue) = 3+55+104=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 55 (21.88% from 255 or 33.95% from 162); Blue value is 104 (41.02% from 255 or 64.20% from 162); Max value from RGB is 104 - color contains mainly: blue. Hex color #033768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033768 is #FCC897. Grayscale: #2C2C2C. Windows color (decimal): -16566424 or 6829827. OLE color: 6829827.

HSL color Cylindrical-coordinate representation of color #033768: hue angle of 209.11º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033768 is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB355104-
CMYK0.970.4700.59
HSL209.11º94.39%20.98%-
HSV(B)209.11º97.12%40.78%-
XYZ3.93.7513.62-
YUV45.04161.2798.02-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.85%
GREEN value IS 55 (21.88% from 255) = 33.95%
BLUE value IS 104 (41.02% from 255) = 64.20%
R=1.85%
G=33.95%
B=64.20%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3551040.970.4700.59209.1194.3920.98
Hex33768612F03Bd15e15
Octal3671501415707332113625
Binary1111011111010001100001101111011101111010001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033768; }

 p { color: rgb(3,55,104); }

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

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

 a { background-color: rgb(3,55,104); }

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

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

 span { border-color: rgb(3,55,104); }

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