Html Css Color HEX #342CA0 Dark Slate Blue

📋 copy color: '#342CA0'

red 52 ◦ green 44 ◦ blue 160

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

Shades of Dark Slate Blue #342CA0

Tints of Dark Slate Blue #342CA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 62.5%

R = 20.31%
G = 17.19%
B = 62.5%

CMYK

 C value IS 0.68

 M value IS 0.72

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#342CA0 (or 0x342CA0) is known color: Dark Slate Blue. HEX triplet: 34, 2C and A0. RGB value is (52,44,160). Sum of RGB (Red+Green+Blue) = 52+44+160=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 44 (17.58% from 255 or 17.19% from 256); Blue value is 160 (62.89% from 255 or 62.5% from 256); Max value from RGB is 160 - color contains mainly: blue. Hex color #342CA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342CA0 is #CBD35F. Grayscale: #3B3B3B. Windows color (decimal): -13357920 or 10497076. OLE color: 10497076.

HSL color Cylindrical-coordinate representation of color #342CA0: hue angle of 244.14º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #342CA0 is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 52 44 160 -
CMYK 0.68 0.72 0 0.37
HSL 244.14º 0.57% 0.4% -
HSV(B) 244.14º 0.73% 0.63% -
XYZ 8.66 5.07 33.78 -
YUV 59.62 184.65 122.57 -
System Red Green Blue C M Y K H S L
Decimal 52 44 160 0.68 0.72 0 0.37 244.14 0.57 0.4
Hex 34 2C A0 44 48 0 25 F4 39 28
Octal 64 54 240 104 110 0 45 364 71 50
Binary 110100 101100 10100000 1000100 1001000 0 100101 11110100 111001 101000

Color Harmonies of #342CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342CA0

Black with #342CA0

Text Example


Text Example

White with #342CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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