#34255B

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

Shades of Paris M #34255B

Tints of Paris M #34255B

Color information

#34255B (or 0x34255B) is unknown color: approx Paris M. HEX triplet: 34, 25 and 5B. RGB value is (52,37,91). Sum of RGB (Red+Green+Blue) = 52+37+91=180 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.89% from 180); Green value is 37 (14.84% from 255 or 20.56% from 180); Blue value is 91 (35.94% from 255 or 50.56% from 180); Max value from RGB is 91 - color contains mainly: blue. Hex color #34255B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34255B is #CBDAA4. Grayscale: #2F2F2F. Windows color (decimal): -13359781 or 5973300. OLE color: 5973300.

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

Color convert

RGB523791-
CMYK0.430.5900.64
HSL256.67º42.19%25.1%-
HSV(B)256.67º59.34%35.69%-
XYZ3.972.8110.23-
YUV47.64152.47131.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.89%
GREEN value IS 37 (14.84% from 255) = 20.56%
BLUE value IS 91 (35.94% from 255) = 50.56%
R=28.89%
G=20.56%
B=50.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5237910.430.5900.64256.6742.1925.1
Hex34255B2B3B0401012a19
Octal6445133537301004015231
Binary11010010010110110111010111110110100000010000000110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34255B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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