#034464

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

Shades of Prussian Blue #034464

Tints of Prussian Blue #034464

Color information

#034464 (or 0x034464) is unknown color: approx Prussian Blue. HEX triplet: 03, 44 and 64. RGB value is (3,68,100). Sum of RGB (Red+Green+Blue) = 3+68+100=171 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.75% from 171); Green value is 68 (26.95% from 255 or 39.77% from 171); Blue value is 100 (39.45% from 255 or 58.48% from 171); Max value from RGB is 100 - color contains mainly: blue. Hex color #034464 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034464 is #FCBB9B. Grayscale: #343434. Windows color (decimal): -16563100 or 6571011. OLE color: 6571011.

HSL color Cylindrical-coordinate representation of color #034464: hue angle of 199.79º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034464 is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB368100-
CMYK0.970.3200.61
HSL199.79º94.17%20.2%-
HSV(B)199.79º97%39.22%-
XYZ4.45.0712.8-
YUV52.21154.9792.9-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.75%
GREEN value IS 68 (26.95% from 255) = 39.77%
BLUE value IS 100 (39.45% from 255) = 58.48%
R=1.75%
G=39.77%
B=58.48%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3681000.970.3200.61199.7994.1720.2
Hex34464612003Dc85e14
Octal31041441414007531013624
Binary11100010011001001100001100000011110111001000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034464; }

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

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

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

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

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

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

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

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