Html Css Color HEX #343999 Dark Slate Blue

📋 copy color: '#343999'

red 52 ◦ green 57 ◦ blue 153

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

Shades of Dark Slate Blue #343999

Tints of Dark Slate Blue #343999

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.76%

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

R = 19.85%
G = 21.76%
B = 58.4%

CMYK

 C value IS 0.66

 M value IS 0.63

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#343999 (or 0x343999) is known color: Dark Slate Blue. HEX triplet: 34, 39 and 99. RGB value is (52,57,153). Sum of RGB (Red+Green+Blue) = 52+57+153=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 153 (60.16% from 255 or 58.40% from 262); Max value from RGB is 153 - color contains mainly: blue. Hex color #343999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343999 is #CBC666. Grayscale: #424242. Windows color (decimal): -13354599 or 10041652. OLE color: 10041652.

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

Color convert

RGB 52 57 153 -
CMYK 0.66 0.63 0 0.4
HSL 237.03º 0.49% 0.4% -
HSV(B) 237.03º 0.66% 0.6% -
XYZ 8.63 5.96 30.83 -
YUV 66.45 176.84 117.69 -
System Red Green Blue C M Y K H S L
Decimal 52 57 153 0.66 0.63 0 0.4 237.03 0.49 0.4
Hex 34 39 99 42 3F 0 28 ED 31 28
Octal 64 71 231 102 77 0 50 355 61 50
Binary 110100 111001 10011001 1000010 111111 0 101000 11101101 110001 101000

Color Harmonies of #343999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343999

Black with #343999

Text Example


Text Example

White with #343999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343999; }

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

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

background-color css

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

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

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

border-color css

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

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

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