#34246e

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

Shades of Paris M #34246E

Tints of Paris M #34246E

Color information

#34246E (or 0x34246E) is unknown color: approx Paris M. HEX triplet: 34, 24 and 6E. RGB value is (52,36,110). Sum of RGB (Red+Green+Blue) = 52+36+110=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 110 (43.36% from 255 or 55.56% from 198); Max value from RGB is 110 - color contains mainly: blue. Hex color #34246E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34246E is #CBDB91. Grayscale: #303030. Windows color (decimal): -13360018 or 7218228. OLE color: 7218228.

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

Color convert

RGB5236110-
CMYK0.530.6700.57
HSL252.97º50.68%28.63%-
HSV(B)252.97º67.27%43.14%-
XYZ4.863.1215.1-
YUV49.22162.3129.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.26%
GREEN value IS 36 (14.45% from 255) = 18.18%
BLUE value IS 110 (43.36% from 255) = 55.56%
R=26.26%
G=18.18%
B=55.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52361100.530.6700.57252.9750.6828.63
Hex34246E3543039fd331d
Octal6444156651030713756335
Binary1101001001001101110110101100001101110011111110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34246e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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