Html Css Color HEX #342C90 Dark Slate Blue

📋 copy color: '#342C90'

red 52 ◦ green 44 ◦ blue 144

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

Shades of Dark Slate Blue #342C90

Tints of Dark Slate Blue #342C90

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.33%

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

R = 21.67%
G = 18.33%
B = 60%

CMYK

 C value IS 0.64

 M value IS 0.69

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#342C90 (or 0x342C90) is known color: Dark Slate Blue. HEX triplet: 34, 2C and 90. RGB value is (52,44,144). Sum of RGB (Red+Green+Blue) = 52+44+144=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 144 (56.64% from 255 or 60% from 240); Max value from RGB is 144 - color contains mainly: blue. Hex color #342C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342C90 is #CBD36F. Grayscale: #393939. Windows color (decimal): -13357936 or 9448500. OLE color: 9448500.

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

Color convert

RGB 52 44 144 -
CMYK 0.64 0.69 0 0.44
HSL 244.8º 0.53% 0.37% -
HSV(B) 244.8º 0.69% 0.56% -
XYZ 7.35 4.55 26.88 -
YUV 57.79 176.65 123.87 -
System Red Green Blue C M Y K H S L
Decimal 52 44 144 0.64 0.69 0 0.44 244.8 0.53 0.37
Hex 34 2C 90 40 45 0 2C F5 35 25
Octal 64 54 220 100 105 0 54 365 65 45
Binary 110100 101100 10010000 1000000 1000101 0 101100 11110101 110101 100101

Color Harmonies of #342C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342C90

Black with #342C90

Text Example


Text Example

White with #342C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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