#034569

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

Shades of Prussian Blue #034569

Tints of Prussian Blue #034569

Color information

#034569 (or 0x034569) is unknown color: approx Prussian Blue. HEX triplet: 03, 45 and 69. RGB value is (3,69,105). Sum of RGB (Red+Green+Blue) = 3+69+105=177 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 177); Green value is 69 (27.34% from 255 or 38.98% from 177); Blue value is 105 (41.41% from 255 or 59.32% from 177); Max value from RGB is 105 - color contains mainly: blue. Hex color #034569 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034569 is #FCBA96. Grayscale: #353535. Windows color (decimal): -16562839 or 6898947. OLE color: 6898947.

HSL color Cylindrical-coordinate representation of color #034569: hue angle of 201.18º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034569 is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB369105-
CMYK0.970.3400.59
HSL201.18º94.44%21.18%-
HSV(B)201.18º97.14%41.18%-
XYZ4.725.314.14-
YUV53.37157.1392.07-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.69%
GREEN value IS 69 (27.34% from 255) = 38.98%
BLUE value IS 105 (41.41% from 255) = 59.32%
R=1.69%
G=38.98%
B=59.32%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3691050.970.3400.59201.1894.4421.18
Hex34569612203Bc95e15
Octal31051511414207331113625
Binary11100010111010011100001100010011101111001001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034569; }

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

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

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

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

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

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

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

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