#05344E

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

Shades of Prussian Blue #05344E

Tints of Prussian Blue #05344E

Color information

#05344E (or 0x05344E) is unknown color: approx Prussian Blue. HEX triplet: 05, 34 and 4E. RGB value is (5,52,78). Sum of RGB (Red+Green+Blue) = 5+52+78=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 52 (20.70% from 255 or 38.52% from 135); Blue value is 78 (30.86% from 255 or 57.78% from 135); Max value from RGB is 78 - color contains mainly: blue. Hex color #05344E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05344E is #FACBB1. Grayscale: #282828. Windows color (decimal): -16436146 or 5125125. OLE color: 5125125.

HSL color Cylindrical-coordinate representation of color #05344E: hue angle of 201.37º 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 #05344E is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB55278-
CMYK0.940.3300.69
HSL201.37º87.95%16.27%-
HSV(B)201.37º93.59%30.59%-
XYZ2.673.047.65-
YUV40.91148.93102.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.70%
GREEN value IS 52 (20.70% from 255) = 38.52%
BLUE value IS 78 (30.86% from 255) = 57.78%
R=3.70%
G=38.52%
B=57.78%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal552780.940.3300.69201.3787.9516.27
Hex5344E5E21045c95810
Octal56411613641010531113020
Binary101110100100111010111101000010100010111001001101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05344E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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