Html Css Color HEX #342C9A Dark Slate Blue

📋 copy color: '#342C9A'

red 52 ◦ green 44 ◦ blue 154

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

Shades of Dark Slate Blue #342C9A

Tints of Dark Slate Blue #342C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 61.6%

R = 20.8%
G = 17.6%
B = 61.6%

CMYK

 C value IS 0.66

 M value IS 0.71

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#342C9A (or 0x342C9A) is known color: Dark Slate Blue. HEX triplet: 34, 2C and 9A. RGB value is (52,44,154). Sum of RGB (Red+Green+Blue) = 52+44+154=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 44 (17.58% from 255 or 17.6% from 250); Blue value is 154 (60.55% from 255 or 61.6% from 250); Max value from RGB is 154 - color contains mainly: blue. Hex color #342C9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342C9A is #CBD365. Grayscale: #3A3A3A. Windows color (decimal): -13357926 or 10103860. OLE color: 10103860.

HSL color Cylindrical-coordinate representation of color #342C9A: hue angle of 244.36º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #342C9A is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 52 44 154 -
CMYK 0.66 0.71 0 0.40
HSL 244.36º 0.56% 0.39% -
HSV(B) 244.36º 0.71% 0.6% -
XYZ 8.15 4.86 31.08 -
YUV 58.93 181.65 123.06 -
System Red Green Blue C M Y K H S L
Decimal 52 44 154 0.66 0.71 0 0.40 244.36 0.56 0.39
Hex 34 2C 9A 42 47 0 28 F4 38 27
Octal 64 54 232 102 107 0 50 364 70 47
Binary 110100 101100 10011010 1000010 1000111 0 101000 11110100 111000 100111

Color Harmonies of #342C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342C9A

Black with #342C9A

Text Example


Text Example

White with #342C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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