#034563

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

Shades of Prussian Blue #034563

Tints of Prussian Blue #034563

Color information

#034563 (or 0x034563) is unknown color: approx Prussian Blue. HEX triplet: 03, 45 and 63. RGB value is (3,69,99). Sum of RGB (Red+Green+Blue) = 3+69+99=171 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.75% from 171); Green value is 69 (27.34% from 255 or 40.35% from 171); Blue value is 99 (39.06% from 255 or 57.89% from 171); Max value from RGB is 99 - color contains mainly: blue. Hex color #034563 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034563 is #FCBA9C. Grayscale: #343434. Windows color (decimal): -16562845 or 6505731. OLE color: 6505731.

HSL color Cylindrical-coordinate representation of color #034563: hue angle of 198.75º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034563 is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB36999-
CMYK0.970.3000.61
HSL198.75º94.12%20%-
HSV(B)198.75º96.97%38.82%-
XYZ4.425.1812.57-
YUV52.69154.1392.56-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.75%
GREEN value IS 69 (27.34% from 255) = 40.35%
BLUE value IS 99 (39.06% from 255) = 57.89%
R=1.75%
G=40.35%
B=57.89%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal369990.970.3000.61198.7594.1220
Hex34563611E03Dc75e14
Octal31051431413607530713624
Binary1110001011100011110000111110011110111000111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034563; }

 p { color: rgb(3,69,99); }

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

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

 a { background-color: rgb(3,69,99); }

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

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

 span { border-color: rgb(3,69,99); }

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