#05346E

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

Shades of Prussian Blue #05346E

Tints of Prussian Blue #05346E

Color information

#05346E (or 0x05346E) is unknown color: approx Prussian Blue. HEX triplet: 05, 34 and 6E. RGB value is (5,52,110). Sum of RGB (Red+Green+Blue) = 5+52+110=167 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.99% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 110 (43.36% from 255 or 65.87% from 167); Max value from RGB is 110 - color contains mainly: blue. Hex color #05346E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05346E is #FACB91. Grayscale: #2C2C2C. Windows color (decimal): -16436114 or 7222277. OLE color: 7222277.

HSL color Cylindrical-coordinate representation of color #05346E: hue angle of 213.14º degrees, saturation: 0.91, 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 #05346E is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB552110-
CMYK0.950.5300.57
HSL213.14º91.3%22.55%-
HSV(B)213.14º95.45%43.14%-
XYZ4.113.6115.23-
YUV44.56164.9399.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.99%
GREEN value IS 52 (20.70% from 255) = 31.14%
BLUE value IS 110 (43.36% from 255) = 65.87%
R=2.99%
G=31.14%
B=65.87%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5521100.950.5300.57213.1491.322.55
Hex5346E5F35039d55b17
Octal5641561376507132513327
Binary10111010011011101011111110101011100111010101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05346E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,52,110); }

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

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

 a { background-color: rgb(5,52,110); }

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

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

 span { border-color: rgb(5,52,110); }

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