Html Css Color HEX #342497 Dark Slate Blue

📋 copy color: '#342497'

red 52 ◦ green 36 ◦ blue 151

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

Shades of Dark Slate Blue #342497

Tints of Dark Slate Blue #342497

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.06%

 BLUE value IS 151 (59.38% from 255) = 63.18%

R = 21.76%
G = 15.06%
B = 63.18%

CMYK

 C value IS 0.66

 M value IS 0.76

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#342497 (or 0x342497) is known color: Dark Slate Blue. HEX triplet: 34, 24 and 97. RGB value is (52,36,151). Sum of RGB (Red+Green+Blue) = 52+36+151=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 151 (59.38% from 255 or 63.18% from 239); Max value from RGB is 151 - color contains mainly: blue. Hex color #342497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342497 is #CBDB68. Grayscale: #353535. Windows color (decimal): -13359977 or 9905204. OLE color: 9905204.

HSL color Cylindrical-coordinate representation of color #342497: hue angle of 248.35º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #342497 is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 36 151 -
CMYK 0.66 0.76 0 0.41
HSL 248.35º 0.61% 0.37% -
HSV(B) 248.35º 0.76% 0.59% -
XYZ 7.63 4.23 29.69 -
YUV 53.89 182.8 126.65 -
System Red Green Blue C M Y K H S L
Decimal 52 36 151 0.66 0.76 0 0.41 248.35 0.61 0.37
Hex 34 24 97 42 4C 0 29 F8 3D 25
Octal 64 44 227 102 114 0 51 370 75 45
Binary 110100 100100 10010111 1000010 1001100 0 101001 11111000 111101 100101

Color Harmonies of #342497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342497

Black with #342497

Text Example


Text Example

White with #342497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342497; }

 p { color: rgb(52,36,151); }

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

background-color css

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

 a { background-color: rgb(52,36,151); }

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

border-color css

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

 span { border-color: rgb(52,36,151); }

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