Html Css Color HEX #353292 Dark Slate Blue

📋 copy color: '#353292'

red 53 ◦ green 50 ◦ blue 146

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

Shades of Dark Slate Blue #353292

Tints of Dark Slate Blue #353292

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.08%

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

R = 21.29%
G = 20.08%
B = 58.63%

CMYK

 C value IS 0.64

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#353292 (or 0x353292) is known color: Dark Slate Blue. HEX triplet: 35, 32 and 92. RGB value is (53,50,146). Sum of RGB (Red+Green+Blue) = 53+50+146=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 146 (57.42% from 255 or 58.63% from 249); Max value from RGB is 146 - color contains mainly: blue. Hex color #353292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353292 is #CACD6D. Grayscale: #3D3D3D. Windows color (decimal): -13290862 or 9581109. OLE color: 9581109.

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

Color convert

RGB 53 50 146 -
CMYK 0.64 0.66 0 0.43
HSL 241.88º 0.49% 0.38% -
HSV(B) 241.88º 0.66% 0.57% -
XYZ 7.8 5.11 27.77 -
YUV 61.84 175.49 121.69 -
System Red Green Blue C M Y K H S L
Decimal 53 50 146 0.64 0.66 0 0.43 241.88 0.49 0.38
Hex 35 32 92 40 42 0 2B F2 31 26
Octal 65 62 222 100 102 0 53 362 61 46
Binary 110101 110010 10010010 1000000 1000010 0 101011 11110010 110001 100110

Color Harmonies of #353292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353292

Black with #353292

Text Example


Text Example

White with #353292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353292; }

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

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

background-color css

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

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

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

border-color css

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

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

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