#342675

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

Shades of Paris M #342675

Tints of Paris M #342675

Color information

#342675 (or 0x342675) is unknown color: approx Paris M. HEX triplet: 34, 26 and 75. RGB value is (52,38,117). Sum of RGB (Red+Green+Blue) = 52+38+117=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 38 (15.23% from 255 or 18.36% from 207); Blue value is 117 (46.09% from 255 or 56.52% from 207); Max value from RGB is 117 - color contains mainly: blue. Hex color #342675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342675 is #CBD98A. Grayscale: #323232. Windows color (decimal): -13359499 or 7677492. OLE color: 7677492.

HSL color Cylindrical-coordinate representation of color #342675: hue angle of 250.63º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #342675 is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5238117-
CMYK0.560.6800.54
HSL250.63º50.97%30.39%-
HSV(B)250.63º67.52%45.88%-
XYZ5.323.417.21-
YUV51.19165.14128.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.12%
GREEN value IS 38 (15.23% from 255) = 18.36%
BLUE value IS 117 (46.09% from 255) = 56.52%
R=25.12%
G=18.36%
B=56.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52381170.560.6800.54250.6350.9730.39
Hex3426753844036fb331e
Octal6446165701040663736336
Binary1101001001101110101111000100010001101101111101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342675; }

 p { color: rgb(52,38,117); }

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

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

 a { background-color: rgb(52,38,117); }

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

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

 span { border-color: rgb(52,38,117); }

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