#06336D

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

Shades of Prussian Blue #06336D

Tints of Prussian Blue #06336D

Color information

#06336D (or 0x06336D) is unknown color: approx Prussian Blue. HEX triplet: 06, 33 and 6D. RGB value is (6,51,109). Sum of RGB (Red+Green+Blue) = 6+51+109=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 51 (20.31% from 255 or 30.72% from 166); Blue value is 109 (42.97% from 255 or 65.66% from 166); Max value from RGB is 109 - color contains mainly: blue. Hex color #06336D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06336D is #F9CC92. Grayscale: #2B2B2B. Windows color (decimal): -16370835 or 7156486. OLE color: 7156486.

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

Color convert

RGB651109-
CMYK0.940.5300.57
HSL213.79º89.57%22.55%-
HSV(B)213.79º94.5%42.75%-
XYZ4.023.5114.93-
YUV44.16164.59100.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.61%
GREEN value IS 51 (20.31% from 255) = 30.72%
BLUE value IS 109 (42.97% from 255) = 65.66%
R=3.61%
G=30.72%
B=65.66%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6511090.940.5300.57213.7989.5722.55
Hex6336D5E35039d65a17
Octal6631551366507132613227
Binary11011001111011011011110110101011100111010110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06336D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06336D; }

 p { color: rgb(6,51,109); }

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

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

 a { background-color: rgb(6,51,109); }

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

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

 span { border-color: rgb(6,51,109); }

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