Html Css Color HEX #342869 Paris M

📋 copy color: '#342869'

red 52 ◦ green 40 ◦ blue 105

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

Shades of Paris M #342869

Tints of Paris M #342869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 53.3%

R = 26.4%
G = 20.3%
B = 53.3%

CMYK

 C value IS 0.50

 M value IS 0.62

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#342869 (or 0x342869) is known color: Paris M. HEX triplet: 34, 28 and 69. RGB value is (52,40,105). Sum of RGB (Red+Green+Blue) = 52+40+105=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 105 (41.41% from 255 or 53.30% from 197); Max value from RGB is 105 - color contains mainly: blue. Hex color #342869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342869 is #CBD796. Grayscale: #323232. Windows color (decimal): -13358999 or 6891572. OLE color: 6891572.

HSL color Cylindrical-coordinate representation of color #342869: hue angle of 251.08º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #342869 is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 52 40 105 -
CMYK 0.50 0.62 0 0.59
HSL 251.08º 0.45% 0.28% -
HSV(B) 251.08º 0.62% 0.41% -
XYZ 4.72 3.27 13.75 -
YUV 51 158.48 128.71 -
System Red Green Blue C M Y K H S L
Decimal 52 40 105 0.50 0.62 0 0.59 251.08 0.45 0.28
Hex 34 28 69 32 3E 0 3B FB 2D 1C
Octal 64 50 151 62 76 0 73 373 55 34
Binary 110100 101000 1101001 110010 111110 0 111011 11111011 101101 11100

Color Harmonies of #342869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342869

Black with #342869

Text Example


Text Example

White with #342869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342869; }

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

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

background-color css

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

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

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

border-color css

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

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

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