Html Css Color HEX #342990 Dark Slate Blue

📋 copy color: '#342990'

red 52 ◦ green 41 ◦ blue 144

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

Shades of Dark Slate Blue #342990

Tints of Dark Slate Blue #342990

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.3%

 BLUE value IS 144 (56.64% from 255) = 60.76%

R = 21.94%
G = 17.3%
B = 60.76%

CMYK

 C value IS 0.64

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#342990 (or 0x342990) is known color: Dark Slate Blue. HEX triplet: 34, 29 and 90. RGB value is (52,41,144). Sum of RGB (Red+Green+Blue) = 52+41+144=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 144 (56.64% from 255 or 60.76% from 237); Max value from RGB is 144 - color contains mainly: blue. Hex color #342990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342990 is #CBD66F. Grayscale: #373737. Windows color (decimal): -13358704 or 9447732. OLE color: 9447732.

HSL color Cylindrical-coordinate representation of color #342990: hue angle of 246.41º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #342990 is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 41 144 -
CMYK 0.64 0.72 0 0.44
HSL 246.41º 0.56% 0.36% -
HSV(B) 246.41º 0.72% 0.56% -
XYZ 7.24 4.33 26.84 -
YUV 56.03 177.64 125.12 -
System Red Green Blue C M Y K H S L
Decimal 52 41 144 0.64 0.72 0 0.44 246.41 0.56 0.36
Hex 34 29 90 40 48 0 2C F6 38 24
Octal 64 51 220 100 110 0 54 366 70 44
Binary 110100 101001 10010000 1000000 1001000 0 101100 11110110 111000 100100

Color Harmonies of #342990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342990

Black with #342990

Text Example


Text Example

White with #342990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342990; }

 p { color: rgb(52,41,144); }

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

background-color css

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

 a { background-color: rgb(52,41,144); }

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

border-color css

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

 span { border-color: rgb(52,41,144); }

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