#34255C

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

Shades of Paris M #34255C

Tints of Paris M #34255C

Color information

#34255C (or 0x34255C) is unknown color: approx Paris M. HEX triplet: 34, 25 and 5C. RGB value is (52,37,92). Sum of RGB (Red+Green+Blue) = 52+37+92=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 37 (14.84% from 255 or 20.44% from 181); Blue value is 92 (36.33% from 255 or 50.83% from 181); Max value from RGB is 92 - color contains mainly: blue. Hex color #34255C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34255C is #CBDAA3. Grayscale: #2F2F2F. Windows color (decimal): -13359780 or 6038836. OLE color: 6038836.

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

Color convert

RGB523792-
CMYK0.430.6000.64
HSL256.36º42.64%25.29%-
HSV(B)256.36º59.78%36.08%-
XYZ4.012.8310.46-
YUV47.76152.97131.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.73%
GREEN value IS 37 (14.84% from 255) = 20.44%
BLUE value IS 92 (36.33% from 255) = 50.83%
R=28.73%
G=20.44%
B=50.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5237920.430.6000.64256.3642.6425.29
Hex34255C2B3C0401002b19
Octal6445134537401004005331
Binary11010010010110111001010111111000100000010000000010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34255C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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