#06344F

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

Shades of Prussian Blue #06344F

Tints of Prussian Blue #06344F

Color information

#06344F (or 0x06344F) is unknown color: approx Prussian Blue. HEX triplet: 06, 34 and 4F. RGB value is (6,52,79). Sum of RGB (Red+Green+Blue) = 6+52+79=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 52 (20.70% from 255 or 37.96% from 137); Blue value is 79 (31.25% from 255 or 57.66% from 137); Max value from RGB is 79 - color contains mainly: blue. Hex color #06344F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06344F is #F9CBB0. Grayscale: #292929. Windows color (decimal): -16370609 or 5190662. OLE color: 5190662.

HSL color Cylindrical-coordinate representation of color #06344F: hue angle of 202.19º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06344F is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB65279-
CMYK0.920.3400.69
HSL202.19º85.88%16.67%-
HSV(B)202.19º92.41%30.98%-
XYZ2.713.067.84-
YUV41.32149.26102.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.38%
GREEN value IS 52 (20.70% from 255) = 37.96%
BLUE value IS 79 (31.25% from 255) = 57.66%
R=4.38%
G=37.96%
B=57.66%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal652790.920.3400.69202.1985.8816.67
Hex6344F5C22045ca5611
Octal66411713442010531212621
Binary110110100100111110111001000100100010111001010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06344F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06344F; }

 p { color: rgb(6,52,79); }

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

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

 a { background-color: rgb(6,52,79); }

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

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

 span { border-color: rgb(6,52,79); }

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