#34256F

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

Shades of Paris M #34256F

Tints of Paris M #34256F

Color information

#34256F (or 0x34256F) is unknown color: approx Paris M. HEX triplet: 34, 25 and 6F. RGB value is (52,37,111). Sum of RGB (Red+Green+Blue) = 52+37+111=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 111 (43.75% from 255 or 55.5% from 200); Max value from RGB is 111 - color contains mainly: blue. Hex color #34256F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34256F is #CBDA90. Grayscale: #313131. Windows color (decimal): -13359761 or 7284020. OLE color: 7284020.

HSL color Cylindrical-coordinate representation of color #34256F: hue angle of 252.16º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34256F is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5237111-
CMYK0.530.6700.56
HSL252.16º50%29.02%-
HSV(B)252.16º66.67%43.53%-
XYZ4.953.215.4-
YUV49.92162.47129.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26%
GREEN value IS 37 (14.84% from 255) = 18.5%
BLUE value IS 111 (43.75% from 255) = 55.5%
R=26%
G=18.5%
B=55.5%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52371110.530.6700.56252.165029.02
Hex34256F3543038fc321d
Octal6445157651030703746235
Binary1101001001011101111110101100001101110001111110011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34256F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34256F; }

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

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

<style>
 a { background-color: #34256F; }

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

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

<style>
 span { border-color: #34256F; }

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

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