#083274

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

Shades of Prussian Blue #083274

Tints of Prussian Blue #083274

Color information

#083274 (or 0x083274) is unknown color: approx Prussian Blue. HEX triplet: 08, 32 and 74. RGB value is (8,50,116). Sum of RGB (Red+Green+Blue) = 8+50+116=174 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.60% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 116 (45.70% from 255 or 66.67% from 174); Max value from RGB is 116 - color contains mainly: blue. Hex color #083274 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083274 is #F7CD8B. Grayscale: #2C2C2C. Windows color (decimal): -16240012 or 7614984. OLE color: 7614984.

HSL color Cylindrical-coordinate representation of color #083274: hue angle of 216.67º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #083274 is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB850116-
CMYK0.930.5700.55
HSL216.67º87.1%24.31%-
HSV(B)216.67º93.1%45.49%-
XYZ4.393.5916.99-
YUV44.97168.09101.63-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.60%
GREEN value IS 50 (19.92% from 255) = 28.74%
BLUE value IS 116 (45.70% from 255) = 66.67%
R=4.60%
G=28.74%
B=66.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8501160.930.5700.55216.6787.124.31
Hex832745D39037d95718
Octal10621641357106733112730
Binary100011001011101001011101111001011011111011001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083274; }

 p { color: rgb(8,50,116); }

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

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

 a { background-color: rgb(8,50,116); }

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

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

 span { border-color: rgb(8,50,116); }

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