#034769

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

Shades of Prussian Blue #034769

Tints of Prussian Blue #034769

Color information

#034769 (or 0x034769) is unknown color: approx Prussian Blue. HEX triplet: 03, 47 and 69. RGB value is (3,71,105). Sum of RGB (Red+Green+Blue) = 3+71+105=179 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.68% from 179); Green value is 71 (28.12% from 255 or 39.66% from 179); Blue value is 105 (41.41% from 255 or 58.66% from 179); Max value from RGB is 105 - color contains mainly: blue. Hex color #034769 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034769 is #FCB896. Grayscale: #363636. Windows color (decimal): -16562327 or 6899459. OLE color: 6899459.

HSL color Cylindrical-coordinate representation of color #034769: hue angle of 200º 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 #034769 is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB371105-
CMYK0.970.3200.59
HSL200º94.44%21.18%-
HSV(B)200º97.14%41.18%-
XYZ4.845.5514.18-
YUV54.54156.4791.24-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.68%
GREEN value IS 71 (28.12% from 255) = 39.66%
BLUE value IS 105 (41.41% from 255) = 58.66%
R=1.68%
G=39.66%
B=58.66%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3711050.970.3200.5920094.4421.18
Hex34769612003Bc85e15
Octal31071511414007331013625
Binary11100011111010011100001100000011101111001000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034769; }

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

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

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

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

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

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

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

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