#34276D

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

Shades of Paris M #34276D

Tints of Paris M #34276D

Color information

#34276D (or 0x34276D) is unknown color: approx Paris M. HEX triplet: 34, 27 and 6D. RGB value is (52,39,109). Sum of RGB (Red+Green+Blue) = 52+39+109=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 39 (15.62% from 255 or 19.5% from 200); Blue value is 109 (42.97% from 255 or 54.5% from 200); Max value from RGB is 109 - color contains mainly: blue. Hex color #34276D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34276D is #CBD892. Grayscale: #323232. Windows color (decimal): -13359251 or 7153460. OLE color: 7153460.

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

Color convert

RGB5239109-
CMYK0.520.6400.57
HSL251.14º47.3%29.02%-
HSV(B)251.14º64.22%42.75%-
XYZ4.93.2914.84-
YUV50.87160.81128.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26%
GREEN value IS 39 (15.62% from 255) = 19.5%
BLUE value IS 109 (42.97% from 255) = 54.5%
R=26%
G=19.5%
B=54.5%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52391090.520.6400.57251.1447.329.02
Hex34276D3440039fb2f1d
Octal6447155641000713735735
Binary1101001001111101101110100100000001110011111101110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34276D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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