#034462

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

Shades of Prussian Blue #034462

Tints of Prussian Blue #034462

Color information

#034462 (or 0x034462) is unknown color: approx Prussian Blue. HEX triplet: 03, 44 and 62. RGB value is (3,68,98). Sum of RGB (Red+Green+Blue) = 3+68+98=169 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.78% from 169); Green value is 68 (26.95% from 255 or 40.24% from 169); Blue value is 98 (38.67% from 255 or 57.99% from 169); Max value from RGB is 98 - color contains mainly: blue. Hex color #034462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034462 is #FCBB9D. Grayscale: #333333. Windows color (decimal): -16563102 or 6439939. OLE color: 6439939.

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

Color convert

RGB36898-
CMYK0.970.3100.62
HSL198.95º94.06%19.8%-
HSV(B)198.95º96.94%38.43%-
XYZ4.315.0412.3-
YUV51.98153.9793.06-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.78%
GREEN value IS 68 (26.95% from 255) = 40.24%
BLUE value IS 98 (38.67% from 255) = 57.99%
R=1.78%
G=40.24%
B=57.99%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal368980.970.3100.62198.9594.0619.8
Hex34462611F03Ec75e14
Octal31041421413707630713624
Binary1110001001100010110000111111011111011000111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034462; }

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

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

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

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

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

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

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

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