#034460

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

Shades of Prussian Blue #034460

Tints of Prussian Blue #034460

Color information

#034460 (or 0x034460) is unknown color: approx Prussian Blue. HEX triplet: 03, 44 and 60. RGB value is (3,68,96). Sum of RGB (Red+Green+Blue) = 3+68+96=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 68 (26.95% from 255 or 40.72% from 167); Blue value is 96 (37.89% from 255 or 57.49% from 167); Max value from RGB is 96 - color contains mainly: blue. Hex color #034460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034460 is #FCBB9F. Grayscale: #333333. Windows color (decimal): -16563104 or 6308867. OLE color: 6308867.

HSL color Cylindrical-coordinate representation of color #034460: hue angle of 198.06º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034460 is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB36896-
CMYK0.970.2900.62
HSL198.06º93.94%19.41%-
HSV(B)198.06º96.88%37.65%-
XYZ4.22511.81-
YUV51.76152.9793.22-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.80%
GREEN value IS 68 (26.95% from 255) = 40.72%
BLUE value IS 96 (37.89% from 255) = 57.49%
R=1.80%
G=40.72%
B=57.49%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal368960.970.2900.62198.0693.9419.41
Hex34460611D03Ec65e13
Octal31041401413507630613623
Binary1110001001100000110000111101011111011000110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034460; }

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

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

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

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

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

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

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

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