Html Css Color HEX #342A99 Dark Slate Blue

📋 copy color: '#342A99'

red 52 ◦ green 42 ◦ blue 153

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

Shades of Dark Slate Blue #342A99

Tints of Dark Slate Blue #342A99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 61.94%

R = 21.05%
G = 17%
B = 61.94%

CMYK

 C value IS 0.66

 M value IS 0.73

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#342A99 (or 0x342A99) is known color: Dark Slate Blue. HEX triplet: 34, 2A and 99. RGB value is (52,42,153). Sum of RGB (Red+Green+Blue) = 52+42+153=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 42 (16.80% from 255 or 17.00% from 247); Blue value is 153 (60.16% from 255 or 61.94% from 247); Max value from RGB is 153 - color contains mainly: blue. Hex color #342A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342A99 is #CBD566. Grayscale: #393939. Windows color (decimal): -13358439 or 10037812. OLE color: 10037812.

HSL color Cylindrical-coordinate representation of color #342A99: hue angle of 245.41º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #342A99 is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 52 42 153 -
CMYK 0.66 0.73 0 0.4
HSL 245.41º 0.57% 0.38% -
HSV(B) 245.41º 0.73% 0.6% -
XYZ 7.99 4.69 30.62 -
YUV 57.64 181.81 123.97 -
System Red Green Blue C M Y K H S L
Decimal 52 42 153 0.66 0.73 0 0.4 245.41 0.57 0.38
Hex 34 2A 99 42 49 0 28 F5 39 26
Octal 64 52 231 102 111 0 50 365 71 46
Binary 110100 101010 10011001 1000010 1001001 0 101000 11110101 111001 100110

Color Harmonies of #342A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342A99

Black with #342A99

Text Example


Text Example

White with #342A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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