Html Css Color HEX #34236C Paris M

📋 copy color: '#34236C'

red 52 ◦ green 35 ◦ blue 108

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

Shades of Paris M #34236C

Tints of Paris M #34236C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.95%

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

R = 26.67%
G = 17.95%
B = 55.38%

CMYK

 C value IS 0.52

 M value IS 0.68

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#34236C (or 0x34236C) is known color: Paris M. HEX triplet: 34, 23 and 6C. RGB value is (52,35,108). Sum of RGB (Red+Green+Blue) = 52+35+108=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 108 (42.58% from 255 or 55.38% from 195); Max value from RGB is 108 - color contains mainly: blue. Hex color #34236C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34236C is #CBDC93. Grayscale: #303030. Windows color (decimal): -13360276 or 7086900. OLE color: 7086900.

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

Color convert

RGB 52 35 108 -
CMYK 0.52 0.68 0 0.58
HSL 253.97º 0.51% 0.28% -
HSV(B) 253.97º 0.68% 0.42% -
XYZ 4.72 3.01 14.52 -
YUV 48.41 161.63 130.56 -
System Red Green Blue C M Y K H S L
Decimal 52 35 108 0.52 0.68 0 0.58 253.97 0.51 0.28
Hex 34 23 6C 34 44 0 3A FE 33 1C
Octal 64 43 154 64 104 0 72 376 63 34
Binary 110100 100011 1101100 110100 1000100 0 111010 11111110 110011 11100

Color Harmonies of #34236C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34236C

Black with #34236C

Text Example


Text Example

White with #34236C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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