#34286D

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

Shades of Paris M #34286D

Tints of Paris M #34286D

Color information

#34286D (or 0x34286D) is unknown color: approx Paris M. HEX triplet: 34, 28 and 6D. RGB value is (52,40,109). Sum of RGB (Red+Green+Blue) = 52+40+109=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 109 (42.97% from 255 or 54.23% from 201); Max value from RGB is 109 - color contains mainly: blue. Hex color #34286D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34286D is #CBD792. Grayscale: #333333. Windows color (decimal): -13358995 or 7153716. OLE color: 7153716.

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

Color convert

RGB5240109-
CMYK0.520.6300.57
HSL250.43º46.31%29.22%-
HSV(B)250.43º63.3%42.75%-
XYZ4.943.3514.85-
YUV51.45160.48128.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.87%
GREEN value IS 40 (16.02% from 255) = 19.90%
BLUE value IS 109 (42.97% from 255) = 54.23%
R=25.87%
G=19.90%
B=54.23%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52401090.520.6300.57250.4346.3129.22
Hex34286D343F039fa2e1d
Octal645015564770713725635
Binary110100101000110110111010011111101110011111101010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34286D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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