Html Css Color HEX #34276F Paris M

📋 copy color: '#34276F'

red 52 ◦ green 39 ◦ blue 111

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

Shades of Paris M #34276F

Tints of Paris M #34276F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 54.95%

R = 25.74%
G = 19.31%
B = 54.95%

CMYK

 C value IS 0.53

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#34276F (or 0x34276F) is known color: Paris M. HEX triplet: 34, 27 and 6F. RGB value is (52,39,111). Sum of RGB (Red+Green+Blue) = 52+39+111=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 39 (15.62% from 255 or 19.31% from 202); Blue value is 111 (43.75% from 255 or 54.95% from 202); Max value from RGB is 111 - color contains mainly: blue. Hex color #34276F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34276F is #CBD890. Grayscale: #323232. Windows color (decimal): -13359249 or 7284532. OLE color: 7284532.

HSL color Cylindrical-coordinate representation of color #34276F: hue angle of 250.83º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #34276F is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 39 111 -
CMYK 0.53 0.65 0 0.56
HSL 250.83º 0.48% 0.29% -
HSV(B) 250.83º 0.65% 0.44% -
XYZ 5.01 3.33 15.42 -
YUV 51.1 161.81 128.65 -
System Red Green Blue C M Y K H S L
Decimal 52 39 111 0.53 0.65 0 0.56 250.83 0.48 0.29
Hex 34 27 6F 35 41 0 38 FB 30 1D
Octal 64 47 157 65 101 0 70 373 60 35
Binary 110100 100111 1101111 110101 1000001 0 111000 11111011 110000 11101

Color Harmonies of #34276F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34276F

Black with #34276F

Text Example


Text Example

White with #34276F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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