#034369

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

Shades of Prussian Blue #034369

Tints of Prussian Blue #034369

Color information

#034369 (or 0x034369) is unknown color: approx Prussian Blue. HEX triplet: 03, 43 and 69. RGB value is (3,67,105). Sum of RGB (Red+Green+Blue) = 3+67+105=175 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.71% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 105 (41.41% from 255 or 60% from 175); Max value from RGB is 105 - color contains mainly: blue. Hex color #034369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034369 is #FCBC96. Grayscale: #333333. Windows color (decimal): -16563351 or 6898435. OLE color: 6898435.

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

Color convert

RGB367105-
CMYK0.970.3600.59
HSL202.35º94.44%21.18%-
HSV(B)202.35º97.14%41.18%-
XYZ4.595.0514.1-
YUV52.2157.892.91-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.71%
GREEN value IS 67 (26.56% from 255) = 38.29%
BLUE value IS 105 (41.41% from 255) = 60%
R=1.71%
G=38.29%
B=60%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3671050.970.3600.59202.3594.4421.18
Hex34369612403Bca5e15
Octal31031511414407331213625
Binary11100001111010011100001100100011101111001010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034369; }

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

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

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

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

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

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

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

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