Html Css Color HEX #343597 Dark Slate Blue

📋 copy color: '#343597'

red 52 ◦ green 53 ◦ blue 151

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

Shades of Dark Slate Blue #343597

Tints of Dark Slate Blue #343597

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.7%

 BLUE value IS 151 (59.38% from 255) = 58.98%

R = 20.31%
G = 20.7%
B = 58.98%

CMYK

 C value IS 0.66

 M value IS 0.65

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#343597 (or 0x343597) is known color: Dark Slate Blue. HEX triplet: 34, 35 and 97. RGB value is (52,53,151). Sum of RGB (Red+Green+Blue) = 52+53+151=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 151 (59.38% from 255 or 58.98% from 256); Max value from RGB is 151 - color contains mainly: blue. Hex color #343597 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343597 is #CBCA68. Grayscale: #3F3F3F. Windows color (decimal): -13355625 or 9909556. OLE color: 9909556.

HSL color Cylindrical-coordinate representation of color #343597: hue angle of 239.39º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #343597 is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 53 151 -
CMYK 0.66 0.65 0 0.41
HSL 239.39º 0.49% 0.4% -
HSV(B) 239.39º 0.66% 0.59% -
XYZ 8.28 5.51 29.91 -
YUV 63.87 177.17 119.53 -
System Red Green Blue C M Y K H S L
Decimal 52 53 151 0.66 0.65 0 0.41 239.39 0.49 0.4
Hex 34 35 97 42 41 0 29 EF 31 28
Octal 64 65 227 102 101 0 51 357 61 50
Binary 110100 110101 10010111 1000010 1000001 0 101001 11101111 110001 101000

Color Harmonies of #343597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343597

Black with #343597

Text Example


Text Example

White with #343597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343597; }

 p { color: rgb(52,53,151); }

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

background-color css

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

 a { background-color: rgb(52,53,151); }

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

border-color css

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

 span { border-color: rgb(52,53,151); }

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