#34275C

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

Shades of Paris M #34275C

Tints of Paris M #34275C

Color information

#34275C (or 0x34275C) is unknown color: approx Paris M. HEX triplet: 34, 27 and 5C. RGB value is (52,39,92). Sum of RGB (Red+Green+Blue) = 52+39+92=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 39 (15.62% from 255 or 21.31% from 183); Blue value is 92 (36.33% from 255 or 50.27% from 183); Max value from RGB is 92 - color contains mainly: blue. Hex color #34275C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34275C is #CBD8A3. Grayscale: #303030. Windows color (decimal): -13359268 or 6039348. OLE color: 6039348.

HSL color Cylindrical-coordinate representation of color #34275C: hue angle of 254.72º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #34275C is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB523992-
CMYK0.430.5800.64
HSL254.72º40.46%25.69%-
HSV(B)254.72º57.61%36.08%-
XYZ4.072.9510.48-
YUV48.93152.31130.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.42%
GREEN value IS 39 (15.62% from 255) = 21.31%
BLUE value IS 92 (36.33% from 255) = 50.27%
R=28.42%
G=21.31%
B=50.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5239920.430.5800.64254.7240.4625.69
Hex34275C2B3A040ff281a
Octal6447134537201003775032
Binary1101001001111011100101011111010010000001111111110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34275C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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