Html Css Color HEX #34265C Paris M

📋 copy color: '#34265C'

red 52 ◦ green 38 ◦ blue 92

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

Shades of Paris M #34265C

Tints of Paris M #34265C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.88%

 BLUE value IS 92 (36.33% from 255) = 50.55%

R = 28.57%
G = 20.88%
B = 50.55%

CMYK

 C value IS 0.43

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#34265C (or 0x34265C) is known color: Paris M. HEX triplet: 34, 26 and 5C. RGB value is (52,38,92). Sum of RGB (Red+Green+Blue) = 52+38+92=182 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.57% from 182); Green value is 38 (15.23% from 255 or 20.88% from 182); Blue value is 92 (36.33% from 255 or 50.55% from 182); Max value from RGB is 92 - color contains mainly: blue. Hex color #34265C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34265C is #CBD9A3. Grayscale: #303030. Windows color (decimal): -13359524 or 6039092. OLE color: 6039092.

HSL color Cylindrical-coordinate representation of color #34265C: hue angle of 255.56º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #34265C is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 52 38 92 -
CMYK 0.43 0.59 0 0.64
HSL 255.56º 0.42% 0.25% -
HSV(B) 255.56º 0.59% 0.36% -
XYZ 4.04 2.89 10.47 -
YUV 48.34 152.64 130.61 -
System Red Green Blue C M Y K H S L
Decimal 52 38 92 0.43 0.59 0 0.64 255.56 0.42 0.25
Hex 34 26 5C 2B 3B 0 40 100 2A 19
Octal 64 46 134 53 73 0 100 400 52 31
Binary 110100 100110 1011100 101011 111011 0 1000000 100000000 101010 11001

Color Harmonies of #34265C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34265C

Black with #34265C

Text Example


Text Example

White with #34265C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34265C; }

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

 H1.HeaderClassName
 {
   color: #34265C;
 }
 .AnyTagClassName
 {
   color: #34265C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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