#034469

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

Shades of Prussian Blue #034469

Tints of Prussian Blue #034469

Color information

#034469 (or 0x034469) is unknown color: approx Prussian Blue. HEX triplet: 03, 44 and 69. RGB value is (3,68,105). Sum of RGB (Red+Green+Blue) = 3+68+105=176 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.70% from 176); Green value is 68 (26.95% from 255 or 38.64% from 176); Blue value is 105 (41.41% from 255 or 59.66% from 176); Max value from RGB is 105 - color contains mainly: blue. Hex color #034469 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034469 is #FCBB96. Grayscale: #343434. Windows color (decimal): -16563095 or 6898691. OLE color: 6898691.

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

Color convert

RGB368105-
CMYK0.970.3500.59
HSL201.76º94.44%21.18%-
HSV(B)201.76º97.14%41.18%-
XYZ4.655.1714.12-
YUV52.78157.4792.49-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.70%
GREEN value IS 68 (26.95% from 255) = 38.64%
BLUE value IS 105 (41.41% from 255) = 59.66%
R=1.70%
G=38.64%
B=59.66%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3681050.970.3500.59201.7694.4421.18
Hex34469612303Bca5e15
Octal31041511414307331213625
Binary11100010011010011100001100011011101111001010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034469; }

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

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

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

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

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

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

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

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