Html Css Color HEX #313498 Dark Slate Blue

📋 copy color: '#313498'

red 49 ◦ green 52 ◦ blue 152

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

Shades of Dark Slate Blue #313498

Tints of Dark Slate Blue #313498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 60.08%

R = 19.37%
G = 20.55%
B = 60.08%

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

#313498 (or 0x313498) is known color: Dark Slate Blue. HEX triplet: 31, 34 and 98. RGB value is (49,52,152). Sum of RGB (Red+Green+Blue) = 49+52+152=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 152 (59.77% from 255 or 60.08% from 253); Max value from RGB is 152 - color contains mainly: blue. Hex color #313498 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313498 is #CECB67. Grayscale: #3E3E3E. Windows color (decimal): -13552488 or 9974833. OLE color: 9974833.

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

Color convert

RGB 49 52 152 -
CMYK 0.68 0.66 0 0.40
HSL 238.25º 0.51% 0.39% -
HSV(B) 238.25º 0.68% 0.6% -
XYZ 8.16 5.38 30.31 -
YUV 62.5 178.51 118.37 -
System Red Green Blue C M Y K H S L
Decimal 49 52 152 0.68 0.66 0 0.40 238.25 0.51 0.39
Hex 31 34 98 44 42 0 28 EE 33 27
Octal 61 64 230 104 102 0 50 356 63 47
Binary 110001 110100 10011000 1000100 1000010 0 101000 11101110 110011 100111

Color Harmonies of #313498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313498

Black with #313498

Text Example


Text Example

White with #313498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313498; }

 p { color: rgb(49,52,152); }

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

background-color css

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

 a { background-color: rgb(49,52,152); }

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

border-color css

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

 span { border-color: rgb(49,52,152); }

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