#34246C

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

Shades of Paris M #34246C

Tints of Paris M #34246C

Color information

#34246C (or 0x34246C) is unknown color: approx Paris M. HEX triplet: 34, 24 and 6C. RGB value is (52,36,108). Sum of RGB (Red+Green+Blue) = 52+36+108=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 36 (14.45% from 255 or 18.37% from 196); Blue value is 108 (42.58% from 255 or 55.10% from 196); Max value from RGB is 108 - color contains mainly: blue. Hex color #34246C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34246C is #CBDB93. Grayscale: #303030. Windows color (decimal): -13360020 or 7087156. OLE color: 7087156.

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

Color convert

RGB5236108-
CMYK0.520.6700.58
HSL253.33º50%28.24%-
HSV(B)253.33º66.67%42.35%-
XYZ4.753.0714.53-
YUV48.99161.3130.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.53%
GREEN value IS 36 (14.45% from 255) = 18.37%
BLUE value IS 108 (42.58% from 255) = 55.10%
R=26.53%
G=18.37%
B=55.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52361080.520.6700.58253.335028.24
Hex34246C344303Afd321c
Octal6444154641030723756234
Binary1101001001001101100110100100001101110101111110111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34246C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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