#34276C

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

Shades of Paris M #34276C

Tints of Paris M #34276C

Color information

#34276C (or 0x34276C) is unknown color: approx Paris M. HEX triplet: 34, 27 and 6C. RGB value is (52,39,108). Sum of RGB (Red+Green+Blue) = 52+39+108=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 39 (15.62% from 255 or 19.60% from 199); Blue value is 108 (42.58% from 255 or 54.27% from 199); Max value from RGB is 108 - color contains mainly: blue. Hex color #34276C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34276C is #CBD893. Grayscale: #323232. Windows color (decimal): -13359252 or 7087924. OLE color: 7087924.

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

Color convert

RGB5239108-
CMYK0.520.6400.58
HSL251.3º46.94%28.82%-
HSV(B)251.3º63.89%42.35%-
XYZ4.853.2614.56-
YUV50.75160.31128.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.13%
GREEN value IS 39 (15.62% from 255) = 19.60%
BLUE value IS 108 (42.58% from 255) = 54.27%
R=26.13%
G=19.60%
B=54.27%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52391080.520.6400.58251.346.9428.82
Hex34276C344003Afb2f1d
Octal6447154641000723735735
Binary1101001001111101100110100100000001110101111101110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34276C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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