#032E68

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

Shades of Prussian Blue #032E68

Tints of Prussian Blue #032E68

Color information

#032E68 (or 0x032E68) is unknown color: approx Prussian Blue. HEX triplet: 03, 2E and 68. RGB value is (3,46,104). Sum of RGB (Red+Green+Blue) = 3+46+104=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 46 (18.36% from 255 or 30.07% from 153); Blue value is 104 (41.02% from 255 or 67.97% from 153); Max value from RGB is 104 - color contains mainly: blue. Hex color #032E68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032E68 is #FCD197. Grayscale: #272727. Windows color (decimal): -16568728 or 6827523. OLE color: 6827523.

HSL color Cylindrical-coordinate representation of color #032E68: hue angle of 214.46º 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 #032E68 is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB346104-
CMYK0.970.5600.59
HSL214.46º94.39%20.98%-
HSV(B)214.46º97.12%40.78%-
XYZ3.512.9713.49-
YUV39.75164.25101.78-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.96%
GREEN value IS 46 (18.36% from 255) = 30.07%
BLUE value IS 104 (41.02% from 255) = 67.97%
R=1.96%
G=30.07%
B=67.97%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3461040.970.5600.59214.4694.3920.98
Hex32E68613803Bd65e15
Octal3561501417007332613625
Binary1110111011010001100001111000011101111010110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032E68; }

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

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

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

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

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

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

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

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