#34246D

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

Shades of Paris M #34246D

Tints of Paris M #34246D

Color information

#34246D (or 0x34246D) is unknown color: approx Paris M. HEX triplet: 34, 24 and 6D. RGB value is (52,36,109). Sum of RGB (Red+Green+Blue) = 52+36+109=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 109 (42.97% from 255 or 55.33% from 197); Max value from RGB is 109 - color contains mainly: blue. Hex color #34246D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34246D is #CBDB92. Grayscale: #303030. Windows color (decimal): -13360019 or 7152692. OLE color: 7152692.

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

Color convert

RGB5236109-
CMYK0.520.6700.57
HSL253.15º50.34%28.43%-
HSV(B)253.15º66.97%42.75%-
XYZ4.813.114.81-
YUV49.11161.8130.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.40%
GREEN value IS 36 (14.45% from 255) = 18.27%
BLUE value IS 109 (42.97% from 255) = 55.33%
R=26.40%
G=18.27%
B=55.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52361090.520.6700.57253.1550.3428.43
Hex34246D3443039fd321c
Octal6444155641030713756234
Binary1101001001001101101110100100001101110011111110111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34246D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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