Html Css Color HEX #3534A1 Dark Slate Blue

📋 copy color: '#3534A1'

red 53 ◦ green 52 ◦ blue 161

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

Shades of Dark Slate Blue #3534A1

Tints of Dark Slate Blue #3534A1

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.55%

 BLUE value IS 161 (63.28% from 255) = 60.53%

R = 19.92%
G = 19.55%
B = 60.53%

CMYK

 C value IS 0.67

 M value IS 0.68

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#3534A1 (or 0x3534A1) is known color: Dark Slate Blue. HEX triplet: 35, 34 and A1. RGB value is (53,52,161). Sum of RGB (Red+Green+Blue) = 53+52+161=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 161 (63.28% from 255 or 60.53% from 266); Max value from RGB is 161 - color contains mainly: blue. Hex color #3534A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3534A1 is #CACB5E. Grayscale: #404040. Windows color (decimal): -13290335 or 10564661. OLE color: 10564661.

HSL color Cylindrical-coordinate representation of color #3534A1: hue angle of 240.55º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3534A1 is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 53 52 161 -
CMYK 0.67 0.68 0 0.37
HSL 240.55º 0.51% 0.42% -
HSV(B) 240.55º 0.68% 0.63% -
XYZ 9.13 5.79 34.35 -
YUV 64.73 182.33 119.64 -
System Red Green Blue C M Y K H S L
Decimal 53 52 161 0.67 0.68 0 0.37 240.55 0.51 0.42
Hex 35 34 A1 43 44 0 25 F1 33 2A
Octal 65 64 241 103 104 0 45 361 63 52
Binary 110101 110100 10100001 1000011 1000100 0 100101 11110001 110011 101010

Color Harmonies of #3534A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3534A1

Black with #3534A1

Text Example


Text Example

White with #3534A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3534A1; }

 p { color: rgb(53,52,161); }

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

background-color css

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

 a { background-color: rgb(53,52,161); }

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

border-color css

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

 span { border-color: rgb(53,52,161); }

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