Html Css Color HEX #343696 Dark Slate Blue

📋 copy color: '#343696'

red 52 ◦ green 54 ◦ blue 150

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

Shades of Dark Slate Blue #343696

Tints of Dark Slate Blue #343696

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.09%

 BLUE value IS 150 (58.98% from 255) = 58.59%

R = 20.31%
G = 21.09%
B = 58.59%

CMYK

 C value IS 0.65

 M value IS 0.64

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#343696 (or 0x343696) is known color: Dark Slate Blue. HEX triplet: 34, 36 and 96. RGB value is (52,54,150). Sum of RGB (Red+Green+Blue) = 52+54+150=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 150 (58.98% from 255 or 58.59% from 256); Max value from RGB is 150 - color contains mainly: blue. Hex color #343696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343696 is #CBC969. Grayscale: #3F3F3F. Windows color (decimal): -13355370 or 9844276. OLE color: 9844276.

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

Color convert

RGB 52 54 150 -
CMYK 0.65 0.64 0 0.41
HSL 238.78º 0.49% 0.4% -
HSV(B) 238.78º 0.65% 0.59% -
XYZ 8.24 5.57 29.5 -
YUV 64.35 176.34 119.19 -
System Red Green Blue C M Y K H S L
Decimal 52 54 150 0.65 0.64 0 0.41 238.78 0.49 0.4
Hex 34 36 96 41 40 0 29 EF 31 28
Octal 64 66 226 101 100 0 51 357 61 50
Binary 110100 110110 10010110 1000001 1000000 0 101001 11101111 110001 101000

Color Harmonies of #343696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343696

Black with #343696

Text Example


Text Example

White with #343696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343696; }

 p { color: rgb(52,54,150); }

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

background-color css

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

 a { background-color: rgb(52,54,150); }

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

border-color css

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

 span { border-color: rgb(52,54,150); }

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