#06326E

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

Shades of Prussian Blue #06326E

Tints of Prussian Blue #06326E

Color information

#06326E (or 0x06326E) is unknown color: approx Prussian Blue. HEX triplet: 06, 32 and 6E. RGB value is (6,50,110). Sum of RGB (Red+Green+Blue) = 6+50+110=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 110 (43.36% from 255 or 66.27% from 166); Max value from RGB is 110 - color contains mainly: blue. Hex color #06326E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06326E is #F9CD91. Grayscale: #2B2B2B. Windows color (decimal): -16371090 or 7221766. OLE color: 7221766.

HSL color Cylindrical-coordinate representation of color #06326E: hue angle of 214.62º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06326E is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB650110-
CMYK0.950.5500.57
HSL214.62º89.66%22.75%-
HSV(B)214.62º94.55%43.14%-
XYZ4.033.4515.2-
YUV43.68165.42101.12-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.61%
GREEN value IS 50 (19.92% from 255) = 30.12%
BLUE value IS 110 (43.36% from 255) = 66.27%
R=3.61%
G=30.12%
B=66.27%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6501100.950.5500.57214.6289.6622.75
Hex6326E5F37039d75a17
Octal6621561376707132713227
Binary11011001011011101011111110111011100111010111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06326E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06326E; }

 p { color: rgb(6,50,110); }

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

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

 a { background-color: rgb(6,50,110); }

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

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

 span { border-color: rgb(6,50,110); }

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