Html Css Color HEX #342A5A Paris M

📋 copy color: '#342A5A'

red 52 ◦ green 42 ◦ blue 90

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

Shades of Paris M #342A5A

Tints of Paris M #342A5A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 22.83%

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

R = 28.26%
G = 22.83%
B = 48.91%

CMYK

 C value IS 0.42

 M value IS 0.53

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#342A5A (or 0x342A5A) is known color: Paris M. HEX triplet: 34, 2A and 5A. RGB value is (52,42,90). Sum of RGB (Red+Green+Blue) = 52+42+90=184 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.26% from 184); Green value is 42 (16.80% from 255 or 22.83% from 184); Blue value is 90 (35.55% from 255 or 48.91% from 184); Max value from RGB is 90 - color contains mainly: blue. Hex color #342A5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342A5A is #CBD5A5. Grayscale: #323232. Windows color (decimal): -13358502 or 5909044. OLE color: 5909044.

HSL color Cylindrical-coordinate representation of color #342A5A: hue angle of 252.5º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #342A5A is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 42 90 -
CMYK 0.42 0.53 0 0.65
HSL 252.5º 0.36% 0.26% -
HSV(B) 252.5º 0.53% 0.35% -
XYZ 4.09 3.12 10.06 -
YUV 50.46 150.31 129.1 -
System Red Green Blue C M Y K H S L
Decimal 52 42 90 0.42 0.53 0 0.65 252.5 0.36 0.26
Hex 34 2A 5A 2A 35 0 41 FD 24 1A
Octal 64 52 132 52 65 0 101 375 44 32
Binary 110100 101010 1011010 101010 110101 0 1000001 11111101 100100 11010

Color Harmonies of #342A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342A5A

Black with #342A5A

Text Example


Text Example

White with #342A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342A5A; }

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

 H1.HeaderClassName
 {
   color: #342A5A;
 }
 .AnyTagClassName
 {
   color: #342A5A;
 }
</style>

background-color css

<style>
 a { background-color: #342A5A; }

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

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

border-color css

<style>
 span { border-color: #342A5A; }

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

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