Html Css Color HEX #342C8F Dark Slate Blue

📋 copy color: '#342C8F'

red 52 ◦ green 44 ◦ blue 143

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

Shades of Dark Slate Blue #342C8F

Tints of Dark Slate Blue #342C8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 59.83%

R = 21.76%
G = 18.41%
B = 59.83%

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

#342C8F (or 0x342C8F) is known color: Dark Slate Blue. HEX triplet: 34, 2C and 8F. RGB value is (52,44,143). Sum of RGB (Red+Green+Blue) = 52+44+143=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 143 (56.25% from 255 or 59.83% from 239); Max value from RGB is 143 - color contains mainly: blue. Hex color #342C8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342C8F is #CBD370. Grayscale: #393939. Windows color (decimal): -13357937 or 9382964. OLE color: 9382964.

HSL color Cylindrical-coordinate representation of color #342C8F: hue angle of 244.85º 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 #342C8F is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 44 143 -
CMYK 0.64 0.69 0 0.44
HSL 244.85º 0.53% 0.37% -
HSV(B) 244.85º 0.69% 0.56% -
XYZ 7.27 4.51 26.47 -
YUV 57.68 176.15 123.95 -
System Red Green Blue C M Y K H S L
Decimal 52 44 143 0.64 0.69 0 0.44 244.85 0.53 0.37
Hex 34 2C 8F 40 45 0 2C F5 35 25
Octal 64 54 217 100 105 0 54 365 65 45
Binary 110100 101100 10001111 1000000 1000101 0 101100 11110101 110101 100101

Color Harmonies of #342C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342C8F

Black with #342C8F

Text Example


Text Example

White with #342C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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