#052E68

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

Shades of Prussian Blue #052E68

Tints of Prussian Blue #052E68

Color information

#052E68 (or 0x052E68) is unknown color: approx Prussian Blue. HEX triplet: 05, 2E and 68. RGB value is (5,46,104). Sum of RGB (Red+Green+Blue) = 5+46+104=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 46 (18.36% from 255 or 29.68% from 155); Blue value is 104 (41.02% from 255 or 67.10% from 155); Max value from RGB is 104 - color contains mainly: blue. Hex color #052E68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052E68 is #FAD197. Grayscale: #282828. Windows color (decimal): -16437656 or 6827525. OLE color: 6827525.

HSL color Cylindrical-coordinate representation of color #052E68: hue angle of 215.15º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052E68 is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB546104-
CMYK0.950.5600.59
HSL215.15º90.83%21.37%-
HSV(B)215.15º95.19%40.78%-
XYZ3.542.9913.49-
YUV40.35163.92102.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.23%
GREEN value IS 46 (18.36% from 255) = 29.68%
BLUE value IS 104 (41.02% from 255) = 67.10%
R=3.23%
G=29.68%
B=67.10%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5461040.950.5600.59215.1590.8321.37
Hex52E685F3803Bd75b15
Octal5561501377007332713325
Binary10110111011010001011111111000011101111010111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052E68; }

 p { color: rgb(5,46,104); }

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

<style>
 a { background-color: #052E68; }

 a { background-color: rgb(5,46,104); }

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

<style>
 span { border-color: #052E68; }

 span { border-color: rgb(5,46,104); }

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