#05345F

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

Shades of Prussian Blue #05345F

Tints of Prussian Blue #05345F

Color information

#05345F (or 0x05345F) is unknown color: approx Prussian Blue. HEX triplet: 05, 34 and 5F. RGB value is (5,52,95). Sum of RGB (Red+Green+Blue) = 5+52+95=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 95 (37.5% from 255 or 62.5% from 152); Max value from RGB is 95 - color contains mainly: blue. Hex color #05345F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05345F is #FACBA0. Grayscale: #2A2A2A. Windows color (decimal): -16436129 or 6239237. OLE color: 6239237.

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

Color convert

RGB55295-
CMYK0.950.4500.63
HSL208.67º90%19.61%-
HSV(B)208.67º94.74%37.25%-
XYZ3.363.3111.29-
YUV42.85157.43101-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.29%
GREEN value IS 52 (20.70% from 255) = 34.21%
BLUE value IS 95 (37.5% from 255) = 62.5%
R=3.29%
G=34.21%
B=62.5%

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
Decimal552950.950.4500.63208.679019.61
Hex5345F5F2D03Fd15a14
Octal5641371375507732113224
Binary10111010010111111011111101101011111111010001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05345F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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