Html Css Color HEX #34266C Paris M

📋 copy color: '#34266C'

red 52 ◦ green 38 ◦ blue 108

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

Shades of Paris M #34266C

Tints of Paris M #34266C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 54.55%

R = 26.26%
G = 19.19%
B = 54.55%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#34266C (or 0x34266C) is known color: Paris M. HEX triplet: 34, 26 and 6C. RGB value is (52,38,108). Sum of RGB (Red+Green+Blue) = 52+38+108=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 38 (15.23% from 255 or 19.19% from 198); Blue value is 108 (42.58% from 255 or 54.55% from 198); Max value from RGB is 108 - color contains mainly: blue. Hex color #34266C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34266C is #CBD993. Grayscale: #313131. Windows color (decimal): -13359508 or 7087668. OLE color: 7087668.

HSL color Cylindrical-coordinate representation of color #34266C: hue angle of 252º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #34266C is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 52 38 108 -
CMYK 0.52 0.65 0 0.58
HSL 252º 0.48% 0.29% -
HSV(B) 252º 0.65% 0.42% -
XYZ 4.82 3.2 14.55 -
YUV 50.17 160.64 129.31 -
System Red Green Blue C M Y K H S L
Decimal 52 38 108 0.52 0.65 0 0.58 252 0.48 0.29
Hex 34 26 6C 34 41 0 3A FC 30 1D
Octal 64 46 154 64 101 0 72 374 60 35
Binary 110100 100110 1101100 110100 1000001 0 111010 11111100 110000 11101

Color Harmonies of #34266C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34266C

Black with #34266C

Text Example


Text Example

White with #34266C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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