Html Css Color HEX #3631A1 Dark Slate Blue

📋 copy color: '#3631A1'

red 54 ◦ green 49 ◦ blue 161

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

Shades of Dark Slate Blue #3631A1

Tints of Dark Slate Blue #3631A1

RGB

 RED value IS 54 (21.48% from 255) = 20.45%

 GREEN value IS 49 (19.53% from 255) = 18.56%

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

R = 20.45%
G = 18.56%
B = 60.98%

CMYK

 C value IS 0.66

 M value IS 0.70

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#3631A1 (or 0x3631A1) is known color: Dark Slate Blue. HEX triplet: 36, 31 and A1. RGB value is (54,49,161). Sum of RGB (Red+Green+Blue) = 54+49+161=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 161 (63.28% from 255 or 60.98% from 264); Max value from RGB is 161 - color contains mainly: blue. Hex color #3631A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3631A1 is #C9CE5E. Grayscale: #3E3E3E. Windows color (decimal): -13225567 or 10563894. OLE color: 10563894.

HSL color Cylindrical-coordinate representation of color #3631A1: hue angle of 242.68º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3631A1 is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 54 49 161 -
CMYK 0.66 0.70 0 0.37
HSL 242.68º 0.53% 0.41% -
HSV(B) 242.68º 0.7% 0.63% -
XYZ 9.05 5.55 34.31 -
YUV 63.26 183.16 121.39 -
System Red Green Blue C M Y K H S L
Decimal 54 49 161 0.66 0.70 0 0.37 242.68 0.53 0.41
Hex 36 31 A1 42 46 0 25 F3 35 29
Octal 66 61 241 102 106 0 45 363 65 51
Binary 110110 110001 10100001 1000010 1000110 0 100101 11110011 110101 101001

Color Harmonies of #3631A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3631A1

Black with #3631A1

Text Example


Text Example

White with #3631A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,49,161); }

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

background-color css

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

 a { background-color: rgb(54,49,161); }

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

border-color css

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

 span { border-color: rgb(54,49,161); }

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