Html Css Color HEX #353090 Dark Slate Blue

📋 copy color: '#353090'

red 53 ◦ green 48 ◦ blue 144

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

Shades of Dark Slate Blue #353090

Tints of Dark Slate Blue #353090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 58.78%

R = 21.63%
G = 19.59%
B = 58.78%

CMYK

 C value IS 0.63

 M value IS 0.67

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#353090 (or 0x353090) is known color: Dark Slate Blue. HEX triplet: 35, 30 and 90. RGB value is (53,48,144). Sum of RGB (Red+Green+Blue) = 53+48+144=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 144 (56.64% from 255 or 58.78% from 245); Max value from RGB is 144 - color contains mainly: blue. Hex color #353090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353090 is #CACF6F. Grayscale: #3C3C3C. Windows color (decimal): -13291376 or 9449525. OLE color: 9449525.

HSL color Cylindrical-coordinate representation of color #353090: hue angle of 243.13º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #353090 is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 48 144 -
CMYK 0.63 0.67 0 0.44
HSL 243.13º 0.5% 0.38% -
HSV(B) 243.13º 0.67% 0.56% -
XYZ 7.56 4.88 26.93 -
YUV 60.44 175.16 122.69 -
System Red Green Blue C M Y K H S L
Decimal 53 48 144 0.63 0.67 0 0.44 243.13 0.5 0.38
Hex 35 30 90 3F 43 0 2C F3 32 26
Octal 65 60 220 77 103 0 54 363 62 46
Binary 110101 110000 10010000 111111 1000011 0 101100 11110011 110010 100110

Color Harmonies of #353090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353090

Black with #353090

Text Example


Text Example

White with #353090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353090; }

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

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

background-color css

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

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

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

border-color css

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

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

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