#05346D

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

Shades of Prussian Blue #05346D

Tints of Prussian Blue #05346D

Color information

#05346D (or 0x05346D) is unknown color: approx Prussian Blue. HEX triplet: 05, 34 and 6D. RGB value is (5,52,109). Sum of RGB (Red+Green+Blue) = 5+52+109=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 52 (20.70% from 255 or 31.33% 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 #05346D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05346D is #FACB92. Grayscale: #2C2C2C. Windows color (decimal): -16436115 or 7156741. OLE color: 7156741.

HSL color Cylindrical-coordinate representation of color #05346D: hue angle of 212.88º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05346D is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB552109-
CMYK0.950.5200.57
HSL212.88º91.23%22.35%-
HSV(B)212.88º95.41%42.75%-
XYZ4.053.5914.95-
YUV44.44164.4399.87-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.01%
GREEN value IS 52 (20.70% from 255) = 31.33%
BLUE value IS 109 (42.97% from 255) = 65.66%
R=3.01%
G=31.33%
B=65.66%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5521090.950.5200.57212.8891.2322.35
Hex5346D5F34039d55b16
Octal5641551376407132513326
Binary10111010011011011011111110100011100111010101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05346D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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