#34266D

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

Shades of Paris M #34266D

Tints of Paris M #34266D

Color information

#34266D (or 0x34266D) is unknown color: approx Paris M. HEX triplet: 34, 26 and 6D. RGB value is (52,38,109). Sum of RGB (Red+Green+Blue) = 52+38+109=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 109 (42.97% from 255 or 54.77% from 199); Max value from RGB is 109 - color contains mainly: blue. Hex color #34266D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34266D is #CBD992. Grayscale: #323232. Windows color (decimal): -13359507 or 7153204. OLE color: 7153204.

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

Color convert

RGB5238109-
CMYK0.520.6500.57
HSL251.83º48.3%28.82%-
HSV(B)251.83º65.14%42.75%-
XYZ4.873.2214.83-
YUV50.28161.14129.23-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.13%
GREEN value IS 38 (15.23% from 255) = 19.10%
BLUE value IS 109 (42.97% from 255) = 54.77%
R=26.13%
G=19.10%
B=54.77%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52381090.520.6500.57251.8348.328.82
Hex34266D3441039fc301d
Octal6446155641010713746035
Binary1101001001101101101110100100000101110011111110011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34266D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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