#05346C

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

Shades of Prussian Blue #05346C

Tints of Prussian Blue #05346C

Color information

#05346C (or 0x05346C) is unknown color: approx Prussian Blue. HEX triplet: 05, 34 and 6C. RGB value is (5,52,108). Sum of RGB (Red+Green+Blue) = 5+52+108=165 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.03% from 165); Green value is 52 (20.70% from 255 or 31.52% from 165); Blue value is 108 (42.58% from 255 or 65.45% from 165); Max value from RGB is 108 - color contains mainly: blue. Hex color #05346C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05346C is #FACB93. Grayscale: #2C2C2C. Windows color (decimal): -16436116 or 7091205. OLE color: 7091205.

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

Color convert

RGB552108-
CMYK0.950.5200.58
HSL212.62º91.15%22.16%-
HSV(B)212.62º95.37%42.35%-
XYZ43.5714.67-
YUV44.33163.9399.95-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.03%
GREEN value IS 52 (20.70% from 255) = 31.52%
BLUE value IS 108 (42.58% from 255) = 65.45%
R=3.03%
G=31.52%
B=65.45%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5521080.950.5200.58212.6291.1522.16
Hex5346C5F3403Ad55b16
Octal5641541376407232513326
Binary10111010011011001011111110100011101011010101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05346C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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