#34285E

Color #34285E Paris M (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris M #34285E

Tints of Paris M #34285E

Color information

#34285E (or 0x34285E) is unknown color: approx Paris M. HEX triplet: 34, 28 and 5E. RGB value is (52,40,94). Sum of RGB (Red+Green+Blue) = 52+40+94=186 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.96% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 94 (37.11% from 255 or 50.54% from 186); Max value from RGB is 94 - color contains mainly: blue. Hex color #34285E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34285E is #CBD7A1. Grayscale: #313131. Windows color (decimal): -13359010 or 6170676. OLE color: 6170676.

HSL color Cylindrical-coordinate representation of color #34285E: hue angle of 253.33º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #34285E is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB524094-
CMYK0.450.5700.63
HSL253.33º40.3%26.27%-
HSV(B)253.33º57.45%36.86%-
XYZ4.23.0610.96-
YUV49.74152.98129.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.96%
GREEN value IS 40 (16.02% from 255) = 21.51%
BLUE value IS 94 (37.11% from 255) = 50.54%
R=27.96%
G=21.51%
B=50.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5240940.450.5700.63253.3340.326.27
Hex34285E2D3903Ffd281a
Octal645013655710773755032
Binary110100101000101111010110111100101111111111110110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34285E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34285E; }

 p { color: rgb(52,40,94); }

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

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

 a { background-color: rgb(52,40,94); }

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

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

 span { border-color: rgb(52,40,94); }

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