Html Css Color HEX #34275A Paris M

📋 copy color: '#34275A'

red 52 ◦ green 39 ◦ blue 90

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

Shades of Paris M #34275A

Tints of Paris M #34275A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 49.72%

R = 28.73%
G = 21.55%
B = 49.72%

CMYK

 C value IS 0.42

 M value IS 0.57

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#34275A (or 0x34275A) is known color: Paris M. HEX triplet: 34, 27 and 5A. RGB value is (52,39,90). Sum of RGB (Red+Green+Blue) = 52+39+90=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 39 (15.62% from 255 or 21.55% from 181); Blue value is 90 (35.55% from 255 or 49.72% from 181); Max value from RGB is 90 - color contains mainly: blue. Hex color #34275A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34275A is #CBD8A5. Grayscale: #303030. Windows color (decimal): -13359270 or 5908276. OLE color: 5908276.

HSL color Cylindrical-coordinate representation of color #34275A: hue angle of 255.29º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #34275A is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 39 90 -
CMYK 0.42 0.57 0 0.65
HSL 255.29º 0.4% 0.25% -
HSV(B) 255.29º 0.57% 0.35% -
XYZ 3.99 2.92 10.03 -
YUV 48.7 151.31 130.35 -
System Red Green Blue C M Y K H S L
Decimal 52 39 90 0.42 0.57 0 0.65 255.29 0.4 0.25
Hex 34 27 5A 2A 39 0 41 FF 28 19
Octal 64 47 132 52 71 0 101 377 50 31
Binary 110100 100111 1011010 101010 111001 0 1000001 11111111 101000 11001

Color Harmonies of #34275A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34275A

Black with #34275A

Text Example


Text Example

White with #34275A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34275A; }

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

 H1.HeaderClassName
 {
   color: #34275A;
 }
 .AnyTagClassName
 {
   color: #34275A;
 }
</style>

background-color css

<style>
 a { background-color: #34275A; }

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

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

border-color css

<style>
 span { border-color: #34275A; }

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

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