#05345C

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

Shades of Prussian Blue #05345C

Tints of Prussian Blue #05345C

Color information

#05345C (or 0x05345C) is unknown color: approx Prussian Blue. HEX triplet: 05, 34 and 5C. RGB value is (5,52,92). Sum of RGB (Red+Green+Blue) = 5+52+92=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 92 (36.33% from 255 or 61.74% from 149); Max value from RGB is 92 - color contains mainly: blue. Hex color #05345C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05345C is #FACBA3. Grayscale: #2A2A2A. Windows color (decimal): -16436132 or 6042629. OLE color: 6042629.

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

Color convert

RGB55292-
CMYK0.950.4300.64
HSL207.59º89.69%19.02%-
HSV(B)207.59º94.57%36.08%-
XYZ3.223.2610.58-
YUV42.51155.93101.25-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.36%
GREEN value IS 52 (20.70% from 255) = 34.90%
BLUE value IS 92 (36.33% from 255) = 61.74%
R=3.36%
G=34.90%
B=61.74%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal552920.950.4300.64207.5989.6919.02
Hex5345C5F2B040d05a13
Octal56413413753010032013223
Binary101110100101110010111111010110100000011010000101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05345C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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