Html Css Color HEX #342D9F Dark Slate Blue

📋 copy color: '#342D9F'

red 52 ◦ green 45 ◦ blue 159

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

Shades of Dark Slate Blue #342D9F

Tints of Dark Slate Blue #342D9F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.58%

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

R = 20.31%
G = 17.58%
B = 62.11%

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

#342D9F (or 0x342D9F) is known color: Dark Slate Blue. HEX triplet: 34, 2D and 9F. RGB value is (52,45,159). Sum of RGB (Red+Green+Blue) = 52+45+159=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 45 (17.97% from 255 or 17.58% from 256); Blue value is 159 (62.5% from 255 or 62.11% from 256); Max value from RGB is 159 - color contains mainly: blue. Hex color #342D9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342D9F is #CBD260. Grayscale: #3B3B3B. Windows color (decimal): -13357665 or 10431796. OLE color: 10431796.

HSL color Cylindrical-coordinate representation of color #342D9F: hue angle of 243.68º degrees, saturation: 0.56, 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 #342D9F is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 45 159 -
CMYK 0.67 0.72 0 0.38
HSL 243.68º 0.56% 0.4% -
HSV(B) 243.68º 0.72% 0.62% -
XYZ 8.61 5.11 33.33 -
YUV 60.09 183.82 122.23 -
System Red Green Blue C M Y K H S L
Decimal 52 45 159 0.67 0.72 0 0.38 243.68 0.56 0.4
Hex 34 2D 9F 43 48 0 26 F4 38 28
Octal 64 55 237 103 110 0 46 364 70 50
Binary 110100 101101 10011111 1000011 1001000 0 100110 11110100 111000 101000

Color Harmonies of #342D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342D9F

Black with #342D9F

Text Example


Text Example

White with #342D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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