Html Css Color HEX #313297 Dark Slate Blue

📋 copy color: '#313297'

red 49 ◦ green 50 ◦ blue 151

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

Shades of Dark Slate Blue #313297

Tints of Dark Slate Blue #313297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 60.4%

R = 19.6%
G = 20%
B = 60.4%

CMYK

 C value IS 0.68

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#313297 (or 0x313297) is known color: Dark Slate Blue. HEX triplet: 31, 32 and 97. RGB value is (49,50,151). Sum of RGB (Red+Green+Blue) = 49+50+151=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 151 (59.38% from 255 or 60.4% from 250); Max value from RGB is 151 - color contains mainly: blue. Hex color #313297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313297 is #CECD68. Grayscale: #3C3C3C. Windows color (decimal): -13553001 or 9908785. OLE color: 9908785.

HSL color Cylindrical-coordinate representation of color #313297: hue angle of 239.41º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #313297 is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 49 50 151 -
CMYK 0.68 0.67 0 0.41
HSL 239.41º 0.51% 0.39% -
HSV(B) 239.41º 0.68% 0.59% -
XYZ 7.99 5.17 29.85 -
YUV 61.22 178.67 119.29 -
System Red Green Blue C M Y K H S L
Decimal 49 50 151 0.68 0.67 0 0.41 239.41 0.51 0.39
Hex 31 32 97 44 43 0 29 EF 33 27
Octal 61 62 227 104 103 0 51 357 63 47
Binary 110001 110010 10010111 1000100 1000011 0 101001 11101111 110011 100111

Color Harmonies of #313297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313297

Black with #313297

Text Example


Text Example

White with #313297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313297; }

 p { color: rgb(49,50,151); }

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

background-color css

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

 a { background-color: rgb(49,50,151); }

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

border-color css

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

 span { border-color: rgb(49,50,151); }

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