#05344F

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

Shades of Prussian Blue #05344F

Tints of Prussian Blue #05344F

Color information

#05344F (or 0x05344F) is unknown color: approx Prussian Blue. HEX triplet: 05, 34 and 4F. RGB value is (5,52,79). Sum of RGB (Red+Green+Blue) = 5+52+79=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 52 (20.70% from 255 or 38.24% from 136); Blue value is 79 (31.25% from 255 or 58.09% from 136); Max value from RGB is 79 - color contains mainly: blue. Hex color #05344F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05344F is #FACBB0. Grayscale: #282828. Windows color (decimal): -16436145 or 5190661. OLE color: 5190661.

HSL color Cylindrical-coordinate representation of color #05344F: hue angle of 201.89º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05344F is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB55279-
CMYK0.940.3400.69
HSL201.89º88.1%16.47%-
HSV(B)201.89º93.67%30.98%-
XYZ2.73.057.84-
YUV41.02149.43102.3-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.68%
GREEN value IS 52 (20.70% from 255) = 38.24%
BLUE value IS 79 (31.25% from 255) = 58.09%
R=3.68%
G=38.24%
B=58.09%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal552790.940.3400.69201.8988.116.47
Hex5344F5E22045ca5810
Octal56411713642010531213020
Binary101110100100111110111101000100100010111001010101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05344F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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