Html Css Color HEX #342B6E Paris M

📋 copy color: '#342B6E'

red 52 ◦ green 43 ◦ blue 110

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

Shades of Paris M #342B6E

Tints of Paris M #342B6E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.98%

 BLUE value IS 110 (43.36% from 255) = 53.66%

R = 25.37%
G = 20.98%
B = 53.66%

CMYK

 C value IS 0.53

 M value IS 0.61

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#342B6E (or 0x342B6E) is known color: Paris M. HEX triplet: 34, 2B and 6E. RGB value is (52,43,110). Sum of RGB (Red+Green+Blue) = 52+43+110=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 43 (17.19% from 255 or 20.98% from 205); Blue value is 110 (43.36% from 255 or 53.66% from 205); Max value from RGB is 110 - color contains mainly: blue. Hex color #342B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342B6E is #CBD491. Grayscale: #353535. Windows color (decimal): -13358226 or 7220020. OLE color: 7220020.

HSL color Cylindrical-coordinate representation of color #342B6E: hue angle of 248.06º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #342B6E is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 52 43 110 -
CMYK 0.53 0.61 0 0.57
HSL 248.06º 0.44% 0.3% -
HSV(B) 248.06º 0.61% 0.43% -
XYZ 5.09 3.58 15.18 -
YUV 53.33 159.98 127.05 -
System Red Green Blue C M Y K H S L
Decimal 52 43 110 0.53 0.61 0 0.57 248.06 0.44 0.3
Hex 34 2B 6E 35 3D 0 39 F8 2C 1E
Octal 64 53 156 65 75 0 71 370 54 36
Binary 110100 101011 1101110 110101 111101 0 111001 11111000 101100 11110

Color Harmonies of #342B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342B6E

Black with #342B6E

Text Example


Text Example

White with #342B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,43,110); }

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

background-color css

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

 a { background-color: rgb(52,43,110); }

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

border-color css

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

 span { border-color: rgb(52,43,110); }

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