Html Css Color HEX #31359C Dark Slate Blue

📋 copy color: '#31359C'

red 49 ◦ green 53 ◦ blue 156

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

Shades of Dark Slate Blue #31359C

Tints of Dark Slate Blue #31359C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 60.47%

R = 18.99%
G = 20.54%
B = 60.47%

CMYK

 C value IS 0.69

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#31359C (or 0x31359C) is known color: Dark Slate Blue. HEX triplet: 31, 35 and 9C. RGB value is (49,53,156). Sum of RGB (Red+Green+Blue) = 49+53+156=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 156 (61.33% from 255 or 60.47% from 258); Max value from RGB is 156 - color contains mainly: blue. Hex color #31359C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31359C is #CECA63. Grayscale: #3F3F3F. Windows color (decimal): -13552228 or 10237233. OLE color: 10237233.

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

Color convert

RGB 49 53 156 -
CMYK 0.69 0.66 0 0.39
HSL 237.76º 0.52% 0.4% -
HSV(B) 237.76º 0.69% 0.61% -
XYZ 8.54 5.6 32.08 -
YUV 63.55 180.17 117.62 -
System Red Green Blue C M Y K H S L
Decimal 49 53 156 0.69 0.66 0 0.39 237.76 0.52 0.4
Hex 31 35 9C 45 42 0 27 EE 34 28
Octal 61 65 234 105 102 0 47 356 64 50
Binary 110001 110101 10011100 1000101 1000010 0 100111 11101110 110100 101000

Color Harmonies of #31359C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31359C

Black with #31359C

Text Example


Text Example

White with #31359C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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