#034069

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

Shades of Prussian Blue #034069

Tints of Prussian Blue #034069

Color information

#034069 (or 0x034069) is unknown color: approx Prussian Blue. HEX triplet: 03, 40 and 69. RGB value is (3,64,105). Sum of RGB (Red+Green+Blue) = 3+64+105=172 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.74% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 105 (41.41% from 255 or 61.05% from 172); Max value from RGB is 105 - color contains mainly: blue. Hex color #034069 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034069 is #FCBF96. Grayscale: #323232. Windows color (decimal): -16564119 or 6897667. OLE color: 6897667.

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

Color convert

RGB364105-
CMYK0.970.3900.59
HSL204.12º94.44%21.18%-
HSV(B)204.12º97.14%41.18%-
XYZ4.424.7114.04-
YUV50.43158.7994.17-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.74%
GREEN value IS 64 (25.39% from 255) = 37.21%
BLUE value IS 105 (41.41% from 255) = 61.05%
R=1.74%
G=37.21%
B=61.05%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3641050.970.3900.59204.1294.4421.18
Hex34069612703Bcc5e15
Octal31001511414707331413625
Binary11100000011010011100001100111011101111001100101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034069; }

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

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

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

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

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

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

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

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