Html Css Color HEX #353394 Dark Slate Blue

📋 copy color: '#353394'

red 53 ◦ green 51 ◦ blue 148

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

Shades of Dark Slate Blue #353394

Tints of Dark Slate Blue #353394

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.24%

 BLUE value IS 148 (58.2% from 255) = 58.73%

R = 21.03%
G = 20.24%
B = 58.73%

CMYK

 C value IS 0.64

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#353394 (or 0x353394) is known color: Dark Slate Blue. HEX triplet: 35, 33 and 94. RGB value is (53,51,148). Sum of RGB (Red+Green+Blue) = 53+51+148=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 148 (58.20% from 255 or 58.73% from 252); Max value from RGB is 148 - color contains mainly: blue. Hex color #353394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353394 is #CACC6B. Grayscale: #3E3E3E. Windows color (decimal): -13290604 or 9712437. OLE color: 9712437.

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

Color convert

RGB 53 51 148 -
CMYK 0.64 0.66 0 0.42
HSL 241.24º 0.49% 0.39% -
HSV(B) 241.24º 0.66% 0.58% -
XYZ 8 5.26 28.61 -
YUV 62.66 176.16 121.11 -
System Red Green Blue C M Y K H S L
Decimal 53 51 148 0.64 0.66 0 0.42 241.24 0.49 0.39
Hex 35 33 94 40 42 0 2A F1 31 27
Octal 65 63 224 100 102 0 52 361 61 47
Binary 110101 110011 10010100 1000000 1000010 0 101010 11110001 110001 100111

Color Harmonies of #353394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353394

Black with #353394

Text Example


Text Example

White with #353394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353394; }

 p { color: rgb(53,51,148); }

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

background-color css

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

 a { background-color: rgb(53,51,148); }

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

border-color css

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

 span { border-color: rgb(53,51,148); }

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