Html Css Color HEX #343099 Dark Slate Blue

📋 copy color: '#343099'

red 52 ◦ green 48 ◦ blue 153

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

Shades of Dark Slate Blue #343099

Tints of Dark Slate Blue #343099

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.97%

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

R = 20.55%
G = 18.97%
B = 60.47%

CMYK

 C value IS 0.66

 M value IS 0.69

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#343099 (or 0x343099) is known color: Dark Slate Blue. HEX triplet: 34, 30 and 99. RGB value is (52,48,153). Sum of RGB (Red+Green+Blue) = 52+48+153=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 153 (60.16% from 255 or 60.47% from 253); Max value from RGB is 153 - color contains mainly: blue. Hex color #343099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343099 is #CBCF66. Grayscale: #3C3C3C. Windows color (decimal): -13356903 or 10039348. OLE color: 10039348.

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

Color convert

RGB 52 48 153 -
CMYK 0.66 0.69 0 0.4
HSL 242.29º 0.52% 0.39% -
HSV(B) 242.29º 0.69% 0.6% -
XYZ 8.22 5.14 30.7 -
YUV 61.17 179.83 121.46 -
System Red Green Blue C M Y K H S L
Decimal 52 48 153 0.66 0.69 0 0.4 242.29 0.52 0.39
Hex 34 30 99 42 45 0 28 F2 34 27
Octal 64 60 231 102 105 0 50 362 64 47
Binary 110100 110000 10011001 1000010 1000101 0 101000 11110010 110100 100111

Color Harmonies of #343099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343099

Black with #343099

Text Example


Text Example

White with #343099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343099; }

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

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

background-color css

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

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

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

border-color css

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

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

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