Html Css Color HEX #34255D Paris M

📋 copy color: '#34255D'

red 52 ◦ green 37 ◦ blue 93

#34255D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris M #34255D

Tints of Paris M #34255D

RGB

 RED value IS 52 (20.7% from 255) = 28.57%

 GREEN value IS 37 (14.84% from 255) = 20.33%

 BLUE value IS 93 (36.72% from 255) = 51.1%

R = 28.57%
G = 20.33%
B = 51.1%

CMYK

 C value IS 0.44

 M value IS 0.60

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#34255D (or 0x34255D) is known color: Paris M. HEX triplet: 34, 25 and 5D. RGB value is (52,37,93). Sum of RGB (Red+Green+Blue) = 52+37+93=182 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.57% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 93 (36.72% from 255 or 51.10% from 182); Max value from RGB is 93 - color contains mainly: blue. Hex color #34255D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34255D is #CBDAA2. Grayscale: #2F2F2F. Windows color (decimal): -13359779 or 6104372. OLE color: 6104372.

HSL color Cylindrical-coordinate representation of color #34255D: hue angle of 256.07º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #34255D is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 52 37 93 -
CMYK 0.44 0.60 0 0.64
HSL 256.07º 0.43% 0.25% -
HSV(B) 256.07º 0.6% 0.36% -
XYZ 4.05 2.84 10.69 -
YUV 47.87 153.47 130.95 -
System Red Green Blue C M Y K H S L
Decimal 52 37 93 0.44 0.60 0 0.64 256.07 0.43 0.25
Hex 34 25 5D 2C 3C 0 40 100 2B 19
Octal 64 45 135 54 74 0 100 400 53 31
Binary 110100 100101 1011101 101100 111100 0 1000000 100000000 101011 11001

Color Harmonies of #34255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34255D

Black with #34255D

Text Example


Text Example

White with #34255D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #34255D;
 }
 .AnyTagClassName
 {
   color: #34255D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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