#34226F

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

Shades of Paris M #34226F

Tints of Paris M #34226F

Color information

#34226F (or 0x34226F) is unknown color: approx Paris M. HEX triplet: 34, 22 and 6F. RGB value is (52,34,111). Sum of RGB (Red+Green+Blue) = 52+34+111=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 111 (43.75% from 255 or 56.35% from 197); Max value from RGB is 111 - color contains mainly: blue. Hex color #34226F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34226F is #CBDD90. Grayscale: #2F2F2F. Windows color (decimal): -13360529 or 7283252. OLE color: 7283252.

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

Color convert

RGB5234111-
CMYK0.530.6900.56
HSL254.03º53.1%28.43%-
HSV(B)254.03º69.37%43.53%-
XYZ4.863.0215.37-
YUV48.16163.46130.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.40%
GREEN value IS 34 (13.67% from 255) = 17.26%
BLUE value IS 111 (43.75% from 255) = 56.35%
R=26.40%
G=17.26%
B=56.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52341110.530.6900.56254.0353.128.43
Hex34226F3545038fe351c
Octal6442157651050703766534
Binary1101001000101101111110101100010101110001111111011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34226F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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