Html Css Color HEX #353695 Dark Slate Blue

📋 copy color: '#353695'

red 53 ◦ green 54 ◦ blue 149

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

Shades of Dark Slate Blue #353695

Tints of Dark Slate Blue #353695

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.09%

 BLUE value IS 149 (58.59% from 255) = 58.2%

R = 20.7%
G = 21.09%
B = 58.2%

CMYK

 C value IS 0.64

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#353695 (or 0x353695) is known color: Dark Slate Blue. HEX triplet: 35, 36 and 95. RGB value is (53,54,149). Sum of RGB (Red+Green+Blue) = 53+54+149=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 149 (58.59% from 255 or 58.20% from 256); Max value from RGB is 149 - color contains mainly: blue. Hex color #353695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353695 is #CAC96A. Grayscale: #404040. Windows color (decimal): -13289835 or 9778741. OLE color: 9778741.

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

Color convert

RGB 53 54 149 -
CMYK 0.64 0.64 0 0.42
HSL 239.38º 0.48% 0.4% -
HSV(B) 239.38º 0.64% 0.58% -
XYZ 8.21 5.57 29.08 -
YUV 64.53 175.67 119.78 -
System Red Green Blue C M Y K H S L
Decimal 53 54 149 0.64 0.64 0 0.42 239.38 0.48 0.4
Hex 35 36 95 40 40 0 2A EF 30 28
Octal 65 66 225 100 100 0 52 357 60 50
Binary 110101 110110 10010101 1000000 1000000 0 101010 11101111 110000 101000

Color Harmonies of #353695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353695

Black with #353695

Text Example


Text Example

White with #353695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353695; }

 p { color: rgb(53,54,149); }

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

background-color css

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

 a { background-color: rgb(53,54,149); }

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

border-color css

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

 span { border-color: rgb(53,54,149); }

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