#034562

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

Shades of Prussian Blue #034562

Tints of Prussian Blue #034562

Color information

#034562 (or 0x034562) is unknown color: approx Prussian Blue. HEX triplet: 03, 45 and 62. RGB value is (3,69,98). Sum of RGB (Red+Green+Blue) = 3+69+98=170 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.76% from 170); Green value is 69 (27.34% from 255 or 40.59% from 170); Blue value is 98 (38.67% from 255 or 57.65% from 170); Max value from RGB is 98 - color contains mainly: blue. Hex color #034562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034562 is #FCBA9D. Grayscale: #343434. Windows color (decimal): -16562846 or 6440195. OLE color: 6440195.

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

Color convert

RGB36998-
CMYK0.970.3000.62
HSL198.32º94.06%19.8%-
HSV(B)198.32º96.94%38.43%-
XYZ4.375.1612.32-
YUV52.57153.6392.64-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.76%
GREEN value IS 69 (27.34% from 255) = 40.59%
BLUE value IS 98 (38.67% from 255) = 57.65%
R=1.76%
G=40.59%
B=57.65%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal369980.970.3000.62198.3294.0619.8
Hex34562611E03Ec65e14
Octal31051421413607630613624
Binary1110001011100010110000111110011111011000110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034562; }

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

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

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

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

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

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

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

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