#34266C

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

Shades of Paris M #34266C

Tints of Paris M #34266C

Color information

#34266C (or 0x34266C) is unknown color: approx Paris M. HEX triplet: 34, 26 and 6C. RGB value is (52,38,108). Sum of RGB (Red+Green+Blue) = 52+38+108=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 38 (15.23% from 255 or 19.19% from 198); Blue value is 108 (42.58% from 255 or 54.55% from 198); Max value from RGB is 108 - color contains mainly: blue. Hex color #34266C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34266C is #CBD993. Grayscale: #313131. Windows color (decimal): -13359508 or 7087668. OLE color: 7087668.

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

Color convert

RGB5238108-
CMYK0.520.6500.58
HSL252º47.95%28.63%-
HSV(B)252º64.81%42.35%-
XYZ4.823.214.55-
YUV50.17160.64129.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.26%
GREEN value IS 38 (15.23% from 255) = 19.19%
BLUE value IS 108 (42.58% from 255) = 54.55%
R=26.26%
G=19.19%
B=54.55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52381080.520.6500.5825247.9528.63
Hex34266C344103Afc301d
Octal6446154641010723746035
Binary1101001001101101100110100100000101110101111110011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34266C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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