#084362

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

Shades of Prussian Blue #084362

Tints of Prussian Blue #084362

Color information

#084362 (or 0x084362) is unknown color: approx Prussian Blue. HEX triplet: 08, 43 and 62. RGB value is (8,67,98). Sum of RGB (Red+Green+Blue) = 8+67+98=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 67 (26.56% from 255 or 38.73% from 173); Blue value is 98 (38.67% from 255 or 56.65% from 173); Max value from RGB is 98 - color contains mainly: blue. Hex color #084362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084362 is #F7BC9D. Grayscale: #343434. Windows color (decimal): -16235678 or 6439688. OLE color: 6439688.

HSL color Cylindrical-coordinate representation of color #084362: hue angle of 200.67º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #084362 is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB86798-
CMYK0.920.3200.62
HSL200.67º84.91%20.78%-
HSV(B)200.67º91.84%38.43%-
XYZ4.314.9512.28-
YUV52.89153.4595.98-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.62%
GREEN value IS 67 (26.56% from 255) = 38.73%
BLUE value IS 98 (38.67% from 255) = 56.65%
R=4.62%
G=38.73%
B=56.65%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal867980.920.3200.62200.6784.9120.78
Hex843625C2003Ec95515
Octal101031421344007631112525
Binary1000100001111000101011100100000011111011001001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084362; }

 p { color: rgb(8,67,98); }

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

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

 a { background-color: rgb(8,67,98); }

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

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

 span { border-color: rgb(8,67,98); }

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