#034269

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

Shades of Prussian Blue #034269

Tints of Prussian Blue #034269

Color information

#034269 (or 0x034269) is unknown color: approx Prussian Blue. HEX triplet: 03, 42 and 69. RGB value is (3,66,105). Sum of RGB (Red+Green+Blue) = 3+66+105=174 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.72% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 105 (41.41% from 255 or 60.34% from 174); Max value from RGB is 105 - color contains mainly: blue. Hex color #034269 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034269 is #FCBD96. Grayscale: #333333. Windows color (decimal): -16563607 or 6898179. OLE color: 6898179.

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

Color convert

RGB366105-
CMYK0.970.3700.59
HSL202.94º94.44%21.18%-
HSV(B)202.94º97.14%41.18%-
XYZ4.544.9414.08-
YUV51.61158.1393.33-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.72%
GREEN value IS 66 (26.17% from 255) = 37.93%
BLUE value IS 105 (41.41% from 255) = 60.34%
R=1.72%
G=37.93%
B=60.34%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3661050.970.3700.59202.9494.4421.18
Hex34269612503Bcb5e15
Octal31021511414507331313625
Binary11100001011010011100001100101011101111001011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034269; }

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

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

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

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

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

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

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

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