#34305B

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

Shades of Paris M #34305B

Tints of Paris M #34305B

Color information

#34305B (or 0x34305B) is unknown color: approx Paris M. HEX triplet: 34, 30 and 5B. RGB value is (52,48,91). Sum of RGB (Red+Green+Blue) = 52+48+91=191 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.23% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 91 (35.94% from 255 or 47.64% from 191); Max value from RGB is 91 - color contains mainly: blue. Hex color #34305B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34305B is #CBCFA4. Grayscale: #353535. Windows color (decimal): -13356965 or 5976116. OLE color: 5976116.

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

Color convert

RGB524891-
CMYK0.430.4700.64
HSL245.58º30.94%27.25%-
HSV(B)245.58º47.25%35.69%-
XYZ4.363.610.36-
YUV54.1148.83126.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.23%
GREEN value IS 48 (19.14% from 255) = 25.13%
BLUE value IS 91 (35.94% from 255) = 47.64%
R=27.23%
G=25.13%
B=47.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5248910.430.4700.64245.5830.9427.25
Hex34305B2B2F040f61f1b
Octal6460133535701003663733
Binary110100110000101101110101110111101000000111101101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34305B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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