#34305D

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

Shades of Paris M #34305D

Tints of Paris M #34305D

Color information

#34305D (or 0x34305D) is unknown color: approx Paris M. HEX triplet: 34, 30 and 5D. RGB value is (52,48,93). Sum of RGB (Red+Green+Blue) = 52+48+93=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 93 - color contains mainly: blue. Hex color #34305D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34305D is #CBCFA2. Grayscale: #363636. Windows color (decimal): -13356963 or 6107188. OLE color: 6107188.

HSL color Cylindrical-coordinate representation of color #34305D: hue angle of 245.33º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #34305D is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB524893-
CMYK0.440.4800.64
HSL245.33º31.91%27.65%-
HSV(B)245.33º48.39%36.47%-
XYZ4.453.6310.82-
YUV54.33149.83126.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.94%
GREEN value IS 48 (19.14% from 255) = 24.87%
BLUE value IS 93 (36.72% from 255) = 48.19%
R=26.94%
G=24.87%
B=48.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5248930.440.4800.64245.3331.9127.65
Hex34305D2C30040f5201c
Octal6460135546001003654034
Binary1101001100001011101101100110000010000001111010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34305D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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