Html Css Color HEX #35329D Dark Slate Blue

📋 copy color: '#35329D'

red 53 ◦ green 50 ◦ blue 157

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

Shades of Dark Slate Blue #35329D

Tints of Dark Slate Blue #35329D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 60.38%

R = 20.38%
G = 19.23%
B = 60.38%

CMYK

 C value IS 0.66

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#35329D (or 0x35329D) is known color: Dark Slate Blue. HEX triplet: 35, 32 and 9D. RGB value is (53,50,157). Sum of RGB (Red+Green+Blue) = 53+50+157=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 157 (61.72% from 255 or 60.38% from 260); Max value from RGB is 157 - color contains mainly: blue. Hex color #35329D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35329D is #CACD62. Grayscale: #3E3E3E. Windows color (decimal): -13290851 or 10302005. OLE color: 10302005.

HSL color Cylindrical-coordinate representation of color #35329D: hue angle of 241.68º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35329D is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 50 157 -
CMYK 0.66 0.68 0 0.38
HSL 241.68º 0.52% 0.41% -
HSV(B) 241.68º 0.68% 0.62% -
XYZ 8.69 5.47 32.5 -
YUV 63.1 180.99 120.8 -
System Red Green Blue C M Y K H S L
Decimal 53 50 157 0.66 0.68 0 0.38 241.68 0.52 0.41
Hex 35 32 9D 42 44 0 26 F2 34 29
Octal 65 62 235 102 104 0 46 362 64 51
Binary 110101 110010 10011101 1000010 1000100 0 100110 11110010 110100 101001

Color Harmonies of #35329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35329D

Black with #35329D

Text Example


Text Example

White with #35329D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35329D; }

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

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

background-color css

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

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

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

border-color css

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

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

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