Html Css Color HEX #343399 Dark Slate Blue

📋 copy color: '#343399'

red 52 ◦ green 51 ◦ blue 153

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

Shades of Dark Slate Blue #343399

Tints of Dark Slate Blue #343399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 59.77%

R = 20.31%
G = 19.92%
B = 59.77%

CMYK

 C value IS 0.66

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#343399 (or 0x343399) is known color: Dark Slate Blue. HEX triplet: 34, 33 and 99. RGB value is (52,51,153). Sum of RGB (Red+Green+Blue) = 52+51+153=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 153 (60.16% from 255 or 59.77% from 256); Max value from RGB is 153 - color contains mainly: blue. Hex color #343399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343399 is #CBCC66. Grayscale: #3E3E3E. Windows color (decimal): -13356135 or 10040116. OLE color: 10040116.

HSL color Cylindrical-coordinate representation of color #343399: hue angle of 240.59º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #343399 is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 52 51 153 -
CMYK 0.66 0.67 0 0.4
HSL 240.59º 0.5% 0.4% -
HSV(B) 240.59º 0.67% 0.6% -
XYZ 8.35 5.4 30.74 -
YUV 62.93 178.83 120.21 -
System Red Green Blue C M Y K H S L
Decimal 52 51 153 0.66 0.67 0 0.4 240.59 0.5 0.4
Hex 34 33 99 42 43 0 28 F1 32 28
Octal 64 63 231 102 103 0 50 361 62 50
Binary 110100 110011 10011001 1000010 1000011 0 101000 11110001 110010 101000

Color Harmonies of #343399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343399

Black with #343399

Text Example


Text Example

White with #343399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343399; }

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

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

background-color css

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

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

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

border-color css

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

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

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