Html Css Color HEX #31359A Dark Slate Blue

📋 copy color: '#31359A'

red 49 ◦ green 53 ◦ blue 154

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

Shades of Dark Slate Blue #31359A

Tints of Dark Slate Blue #31359A

RGB

 RED value IS 49 (19.53% from 255) = 19.14%

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

 BLUE value IS 154 (60.55% from 255) = 60.16%

R = 19.14%
G = 20.7%
B = 60.16%

CMYK

 C value IS 0.68

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#31359A (or 0x31359A) is known color: Dark Slate Blue. HEX triplet: 31, 35 and 9A. RGB value is (49,53,154). Sum of RGB (Red+Green+Blue) = 49+53+154=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 154 (60.55% from 255 or 60.16% from 256); Max value from RGB is 154 - color contains mainly: blue. Hex color #31359A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31359A is #CECA65. Grayscale: #3E3E3E. Windows color (decimal): -13552230 or 10106161. OLE color: 10106161.

HSL color Cylindrical-coordinate representation of color #31359A: hue angle of 237.71º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31359A is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 49 53 154 -
CMYK 0.68 0.66 0 0.40
HSL 237.71º 0.52% 0.4% -
HSV(B) 237.71º 0.68% 0.6% -
XYZ 8.37 5.53 31.2 -
YUV 63.32 179.17 117.79 -
System Red Green Blue C M Y K H S L
Decimal 49 53 154 0.68 0.66 0 0.40 237.71 0.52 0.4
Hex 31 35 9A 44 42 0 28 EE 34 28
Octal 61 65 232 104 102 0 50 356 64 50
Binary 110001 110101 10011010 1000100 1000010 0 101000 11101110 110100 101000

Color Harmonies of #31359A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31359A

Black with #31359A

Text Example


Text Example

White with #31359A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31359A; }

 p { color: rgb(49,53,154); }

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

background-color css

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

 a { background-color: rgb(49,53,154); }

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

border-color css

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

 span { border-color: rgb(49,53,154); }

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