Html Css Color HEX #353099 Dark Slate Blue

📋 copy color: '#353099'

red 53 ◦ green 48 ◦ blue 153

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

Shades of Dark Slate Blue #353099

Tints of Dark Slate Blue #353099

RGB

 RED value IS 53 (21.09% from 255) = 20.87%

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

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

R = 20.87%
G = 18.9%
B = 60.24%

CMYK

 C value IS 0.65

 M value IS 0.69

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#353099 (or 0x353099) is known color: Dark Slate Blue. HEX triplet: 35, 30 and 99. RGB value is (53,48,153). Sum of RGB (Red+Green+Blue) = 53+48+153=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #353099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353099 is #CACF66. Grayscale: #3D3D3D. Windows color (decimal): -13291367 or 10039349. OLE color: 10039349.

HSL color Cylindrical-coordinate representation of color #353099: hue angle of 242.86º 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 #353099 is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 53 48 153 -
CMYK 0.65 0.69 0 0.4
HSL 242.86º 0.52% 0.39% -
HSV(B) 242.86º 0.69% 0.6% -
XYZ 8.27 5.17 30.7 -
YUV 61.47 179.66 121.96 -
System Red Green Blue C M Y K H S L
Decimal 53 48 153 0.65 0.69 0 0.4 242.86 0.52 0.39
Hex 35 30 99 41 45 0 28 F3 34 27
Octal 65 60 231 101 105 0 50 363 64 47
Binary 110101 110000 10011001 1000001 1000101 0 101000 11110011 110100 100111

Color Harmonies of #353099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353099

Black with #353099

Text Example


Text Example

White with #353099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353099; }

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

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

background-color css

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

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

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

border-color css

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

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

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