#033864

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

Shades of Prussian Blue #033864

Tints of Prussian Blue #033864

Color information

#033864 (or 0x033864) is unknown color: approx Prussian Blue. HEX triplet: 03, 38 and 64. RGB value is (3,56,100). Sum of RGB (Red+Green+Blue) = 3+56+100=159 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.89% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 100 (39.45% from 255 or 62.89% from 159); Max value from RGB is 100 - color contains mainly: blue. Hex color #033864 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033864 is #FCC79B. Grayscale: #2C2C2C. Windows color (decimal): -16566172 or 6567939. OLE color: 6567939.

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

Color convert

RGB356100-
CMYK0.970.4400.61
HSL207.22º94.17%20.2%-
HSV(B)207.22º97%39.22%-
XYZ3.753.7712.59-
YUV45.17158.9497.92-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.89%
GREEN value IS 56 (22.27% from 255) = 35.22%
BLUE value IS 100 (39.45% from 255) = 62.89%
R=1.89%
G=35.22%
B=62.89%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3561000.970.4400.61207.2294.1720.2
Hex33864612C03Dcf5e14
Octal3701441415407531713624
Binary1111100011001001100001101100011110111001111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033864; }

 p { color: rgb(3,56,100); }

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

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

 a { background-color: rgb(3,56,100); }

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

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

 span { border-color: rgb(3,56,100); }

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