Html Css Color HEX #34276D Paris M

📋 copy color: '#34276D'

red 52 ◦ green 39 ◦ blue 109

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

Shades of Paris M #34276D

Tints of Paris M #34276D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.5%

 BLUE value IS 109 (42.97% from 255) = 54.5%

R = 26%
G = 19.5%
B = 54.5%

CMYK

 C value IS 0.52

 M value IS 0.64

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#34276D (or 0x34276D) is known color: Paris M. HEX triplet: 34, 27 and 6D. RGB value is (52,39,109). Sum of RGB (Red+Green+Blue) = 52+39+109=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 39 (15.62% from 255 or 19.5% from 200); Blue value is 109 (42.97% from 255 or 54.5% from 200); Max value from RGB is 109 - color contains mainly: blue. Hex color #34276D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34276D is #CBD892. Grayscale: #323232. Windows color (decimal): -13359251 or 7153460. OLE color: 7153460.

HSL color Cylindrical-coordinate representation of color #34276D: hue angle of 251.14º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #34276D is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 52 39 109 -
CMYK 0.52 0.64 0 0.57
HSL 251.14º 0.47% 0.29% -
HSV(B) 251.14º 0.64% 0.43% -
XYZ 4.9 3.29 14.84 -
YUV 50.87 160.81 128.81 -
System Red Green Blue C M Y K H S L
Decimal 52 39 109 0.52 0.64 0 0.57 251.14 0.47 0.29
Hex 34 27 6D 34 40 0 39 FB 2F 1D
Octal 64 47 155 64 100 0 71 373 57 35
Binary 110100 100111 1101101 110100 1000000 0 111001 11111011 101111 11101

Color Harmonies of #34276D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34276D

Black with #34276D

Text Example


Text Example

White with #34276D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,39,109); }

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

background-color css

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

 a { background-color: rgb(52,39,109); }

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

border-color css

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

 span { border-color: rgb(52,39,109); }

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