Html Css Color HEX #342C9F Dark Slate Blue

📋 copy color: '#342C9F'

red 52 ◦ green 44 ◦ blue 159

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

Shades of Dark Slate Blue #342C9F

Tints of Dark Slate Blue #342C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 62.35%

R = 20.39%
G = 17.25%
B = 62.35%

CMYK

 C value IS 0.67

 M value IS 0.72

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#342C9F (or 0x342C9F) is known color: Dark Slate Blue. HEX triplet: 34, 2C and 9F. RGB value is (52,44,159). Sum of RGB (Red+Green+Blue) = 52+44+159=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 44 (17.58% from 255 or 17.25% from 255); Blue value is 159 (62.5% from 255 or 62.35% from 255); Max value from RGB is 159 - color contains mainly: blue. Hex color #342C9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342C9F is #CBD360. Grayscale: #3B3B3B. Windows color (decimal): -13357921 or 10431540. OLE color: 10431540.

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

Color convert

RGB 52 44 159 -
CMYK 0.67 0.72 0 0.38
HSL 244.17º 0.57% 0.4% -
HSV(B) 244.17º 0.72% 0.62% -
XYZ 8.57 5.03 33.32 -
YUV 59.5 184.15 122.65 -
System Red Green Blue C M Y K H S L
Decimal 52 44 159 0.67 0.72 0 0.38 244.17 0.57 0.4
Hex 34 2C 9F 43 48 0 26 F4 39 28
Octal 64 54 237 103 110 0 46 364 71 50
Binary 110100 101100 10011111 1000011 1001000 0 100110 11110100 111001 101000

Color Harmonies of #342C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342C9F

Black with #342C9F

Text Example


Text Example

White with #342C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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