#34296E

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

Shades of Paris M #34296E

Tints of Paris M #34296E

Color information

#34296E (or 0x34296E) is unknown color: approx Paris M. HEX triplet: 34, 29 and 6E. RGB value is (52,41,110). Sum of RGB (Red+Green+Blue) = 52+41+110=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 110 (43.36% from 255 or 54.19% from 203); Max value from RGB is 110 - color contains mainly: blue. Hex color #34296E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34296E is #CBD691. Grayscale: #333333. Windows color (decimal): -13358738 or 7219508. OLE color: 7219508.

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

Color convert

RGB5241110-
CMYK0.530.6300.57
HSL249.57º45.7%29.61%-
HSV(B)249.57º62.73%43.14%-
XYZ5.023.4415.15-
YUV52.16160.64127.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.62%
GREEN value IS 41 (16.41% from 255) = 20.20%
BLUE value IS 110 (43.36% from 255) = 54.19%
R=25.62%
G=20.20%
B=54.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52411100.530.6300.57249.5745.729.61
Hex34296E353F039fa2e1e
Octal645115665770713725636
Binary110100101001110111011010111111101110011111101010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34296E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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