Html Css Color HEX #34286C Paris M

📋 copy color: '#34286C'

red 52 ◦ green 40 ◦ blue 108

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

Shades of Paris M #34286C

Tints of Paris M #34286C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20%

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

R = 26%
G = 20%
B = 54%

CMYK

 C value IS 0.52

 M value IS 0.63

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#34286C (or 0x34286C) is known color: Paris M. HEX triplet: 34, 28 and 6C. RGB value is (52,40,108). Sum of RGB (Red+Green+Blue) = 52+40+108=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 40 (16.02% from 255 or 20% from 200); Blue value is 108 (42.58% from 255 or 54% from 200); Max value from RGB is 108 - color contains mainly: blue. Hex color #34286C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34286C is #CBD793. Grayscale: #333333. Windows color (decimal): -13358996 or 7088180. OLE color: 7088180.

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

Color convert

RGB 52 40 108 -
CMYK 0.52 0.63 0 0.58
HSL 250.59º 0.46% 0.29% -
HSV(B) 250.59º 0.63% 0.42% -
XYZ 4.88 3.33 14.57 -
YUV 51.34 159.98 128.47 -
System Red Green Blue C M Y K H S L
Decimal 52 40 108 0.52 0.63 0 0.58 250.59 0.46 0.29
Hex 34 28 6C 34 3F 0 3A FB 2E 1D
Octal 64 50 154 64 77 0 72 373 56 35
Binary 110100 101000 1101100 110100 111111 0 111010 11111011 101110 11101

Color Harmonies of #34286C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34286C

Black with #34286C

Text Example


Text Example

White with #34286C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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