#34296D

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

Shades of Paris M #34296D

Tints of Paris M #34296D

Color information

#34296D (or 0x34296D) is unknown color: approx Paris M. HEX triplet: 34, 29 and 6D. RGB value is (52,41,109). Sum of RGB (Red+Green+Blue) = 52+41+109=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 41 (16.41% from 255 or 20.30% from 202); Blue value is 109 (42.97% from 255 or 53.96% from 202); Max value from RGB is 109 - color contains mainly: blue. Hex color #34296D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34296D is #CBD692. Grayscale: #333333. Windows color (decimal): -13358739 or 7153972. OLE color: 7153972.

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

Color convert

RGB5241109-
CMYK0.520.6200.57
HSL249.71º45.33%29.41%-
HSV(B)249.71º62.39%42.75%-
XYZ4.973.4214.87-
YUV52.04160.14127.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.74%
GREEN value IS 41 (16.41% from 255) = 20.30%
BLUE value IS 109 (42.97% from 255) = 53.96%
R=25.74%
G=20.30%
B=53.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52411090.520.6200.57249.7145.3329.41
Hex34296D343E039fa2d1d
Octal645115564760713725535
Binary110100101001110110111010011111001110011111101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34296D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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