#05345e

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

Shades of Prussian Blue #05345E

Tints of Prussian Blue #05345E

Color information

#05345E (or 0x05345E) is unknown color: approx Prussian Blue. HEX triplet: 05, 34 and 5E. RGB value is (5,52,94). Sum of RGB (Red+Green+Blue) = 5+52+94=151 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.31% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 94 (37.11% from 255 or 62.25% from 151); Max value from RGB is 94 - color contains mainly: blue. Hex color #05345E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05345E is #FACBA1. Grayscale: #2A2A2A. Windows color (decimal): -16436130 or 6173701. OLE color: 6173701.

HSL color Cylindrical-coordinate representation of color #05345E: hue angle of 208.31º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05345E is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB55294-
CMYK0.950.4500.63
HSL208.31º89.9%19.41%-
HSV(B)208.31º94.68%36.86%-
XYZ3.313.311.05-
YUV42.74156.93101.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.31%
GREEN value IS 52 (20.70% from 255) = 34.44%
BLUE value IS 94 (37.11% from 255) = 62.25%
R=3.31%
G=34.44%
B=62.25%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal552940.950.4500.63208.3189.919.41
Hex5345E5F2D03Fd05a13
Octal5641361375507732013223
Binary10111010010111101011111101101011111111010000101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05345e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05345e; }

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

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

<style>
 a { background-color: #05345e; }

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

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

<style>
 span { border-color: #05345e; }

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

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