#34236D

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

Shades of Paris M #34236D

Tints of Paris M #34236D

Color information

#34236D (or 0x34236D) is unknown color: approx Paris M. HEX triplet: 34, 23 and 6D. RGB value is (52,35,109). Sum of RGB (Red+Green+Blue) = 52+35+109=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 109 (42.97% from 255 or 55.61% from 196); Max value from RGB is 109 - color contains mainly: blue. Hex color #34236D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34236D is #CBDC92. Grayscale: #303030. Windows color (decimal): -13360275 or 7152436. OLE color: 7152436.

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

Color convert

RGB5235109-
CMYK0.520.6800.57
HSL253.78º51.39%28.24%-
HSV(B)253.78º67.89%42.75%-
XYZ4.783.0414.8-
YUV48.52162.13130.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.53%
GREEN value IS 35 (14.06% from 255) = 17.86%
BLUE value IS 109 (42.97% from 255) = 55.61%
R=26.53%
G=17.86%
B=55.61%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52351090.520.6800.57253.7851.3928.24
Hex34236D3444039fe331c
Octal6443155641040713766334
Binary1101001000111101101110100100010001110011111111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34236D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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