#34286E

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

Shades of Paris M #34286E

Tints of Paris M #34286E

Color information

#34286E (or 0x34286E) is unknown color: approx Paris M. HEX triplet: 34, 28 and 6E. RGB value is (52,40,110). Sum of RGB (Red+Green+Blue) = 52+40+110=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 110 (43.36% from 255 or 54.46% from 202); Max value from RGB is 110 - color contains mainly: blue. Hex color #34286E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34286E is #CBD791. Grayscale: #333333. Windows color (decimal): -13358994 or 7219252. OLE color: 7219252.

HSL color Cylindrical-coordinate representation of color #34286E: hue angle of 250.29º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #34286E is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5240110-
CMYK0.530.6400.57
HSL250.29º46.67%29.41%-
HSV(B)250.29º63.64%43.14%-
XYZ4.993.3715.14-
YUV51.57160.98128.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.74%
GREEN value IS 40 (16.02% from 255) = 19.80%
BLUE value IS 110 (43.36% from 255) = 54.46%
R=25.74%
G=19.80%
B=54.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52401100.530.6400.57250.2946.6729.41
Hex34286E3540039fa2f1d
Octal6450156651000713725735
Binary1101001010001101110110101100000001110011111101010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34286E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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