Html Css Color HEX #34286D Paris M

📋 copy color: '#34286D'

red 52 ◦ green 40 ◦ blue 109

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

Shades of Paris M #34286D

Tints of Paris M #34286D

RGB

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

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

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

R = 25.87%
G = 19.9%
B = 54.23%

CMYK

 C value IS 0.52

 M value IS 0.63

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#34286D (or 0x34286D) is known color: Paris M. HEX triplet: 34, 28 and 6D. RGB value is (52,40,109). Sum of RGB (Red+Green+Blue) = 52+40+109=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 109 (42.97% from 255 or 54.23% from 201); Max value from RGB is 109 - color contains mainly: blue. Hex color #34286D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34286D is #CBD792. Grayscale: #333333. Windows color (decimal): -13358995 or 7153716. OLE color: 7153716.

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

Color convert

RGB 52 40 109 -
CMYK 0.52 0.63 0 0.57
HSL 250.43º 0.46% 0.29% -
HSV(B) 250.43º 0.63% 0.43% -
XYZ 4.94 3.35 14.85 -
YUV 51.45 160.48 128.39 -
System Red Green Blue C M Y K H S L
Decimal 52 40 109 0.52 0.63 0 0.57 250.43 0.46 0.29
Hex 34 28 6D 34 3F 0 39 FA 2E 1D
Octal 64 50 155 64 77 0 71 372 56 35
Binary 110100 101000 1101101 110100 111111 0 111001 11111010 101110 11101

Color Harmonies of #34286D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34286D

Black with #34286D

Text Example


Text Example

White with #34286D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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