Html Css Color HEX #343397 Dark Slate Blue

📋 copy color: '#343397'

red 52 ◦ green 51 ◦ blue 151

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

Shades of Dark Slate Blue #343397

Tints of Dark Slate Blue #343397

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.08%

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

R = 20.47%
G = 20.08%
B = 59.45%

CMYK

 C value IS 0.66

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#343397 (or 0x343397) is known color: Dark Slate Blue. HEX triplet: 34, 33 and 97. RGB value is (52,51,151). Sum of RGB (Red+Green+Blue) = 52+51+151=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 151 (59.38% from 255 or 59.45% from 254); Max value from RGB is 151 - color contains mainly: blue. Hex color #343397 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343397 is #CBCC68. Grayscale: #3E3E3E. Windows color (decimal): -13356137 or 9909044. OLE color: 9909044.

HSL color Cylindrical-coordinate representation of color #343397: hue angle of 240.6º degrees, saturation: 0.5, 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 #343397 is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 51 151 -
CMYK 0.66 0.66 0 0.41
HSL 240.6º 0.5% 0.4% -
HSV(B) 240.6º 0.66% 0.59% -
XYZ 8.19 5.33 29.88 -
YUV 62.7 177.83 120.37 -
System Red Green Blue C M Y K H S L
Decimal 52 51 151 0.66 0.66 0 0.41 240.6 0.5 0.4
Hex 34 33 97 42 42 0 29 F1 32 28
Octal 64 63 227 102 102 0 51 361 62 50
Binary 110100 110011 10010111 1000010 1000010 0 101001 11110001 110010 101000

Color Harmonies of #343397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343397

Black with #343397

Text Example


Text Example

White with #343397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343397; }

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

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

background-color css

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

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

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

border-color css

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

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

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