Html Css Color HEX #353092 Dark Slate Blue

📋 copy color: '#353092'

red 53 ◦ green 48 ◦ blue 146

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

Shades of Dark Slate Blue #353092

Tints of Dark Slate Blue #353092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 59.11%

R = 21.46%
G = 19.43%
B = 59.11%

CMYK

 C value IS 0.64

 M value IS 0.67

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#353092 (or 0x353092) is known color: Dark Slate Blue. HEX triplet: 35, 30 and 92. RGB value is (53,48,146). Sum of RGB (Red+Green+Blue) = 53+48+146=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 146 (57.42% from 255 or 59.11% from 247); Max value from RGB is 146 - color contains mainly: blue. Hex color #353092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353092 is #CACF6D. Grayscale: #3C3C3C. Windows color (decimal): -13291374 or 9580597. OLE color: 9580597.

HSL color Cylindrical-coordinate representation of color #353092: hue angle of 243.06º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #353092 is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 48 146 -
CMYK 0.64 0.67 0 0.43
HSL 243.06º 0.51% 0.38% -
HSV(B) 243.06º 0.67% 0.57% -
XYZ 7.71 4.95 27.74 -
YUV 60.67 176.16 122.53 -
System Red Green Blue C M Y K H S L
Decimal 53 48 146 0.64 0.67 0 0.43 243.06 0.51 0.38
Hex 35 30 92 40 43 0 2B F3 33 26
Octal 65 60 222 100 103 0 53 363 63 46
Binary 110101 110000 10010010 1000000 1000011 0 101011 11110011 110011 100110

Color Harmonies of #353092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353092

Black with #353092

Text Example


Text Example

White with #353092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353092; }

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

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

background-color css

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

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

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

border-color css

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

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

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