Html Css Color HEX #31349C Dark Slate Blue

📋 copy color: '#31349C'

red 49 ◦ green 52 ◦ blue 156

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

Shades of Dark Slate Blue #31349C

Tints of Dark Slate Blue #31349C

RGB

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

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

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

R = 19.07%
G = 20.23%
B = 60.7%

CMYK

 C value IS 0.69

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#31349C (or 0x31349C) is known color: Dark Slate Blue. HEX triplet: 31, 34 and 9C. RGB value is (49,52,156). Sum of RGB (Red+Green+Blue) = 49+52+156=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 156 (61.33% from 255 or 60.70% from 257); Max value from RGB is 156 - color contains mainly: blue. Hex color #31349C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31349C is #CECB63. Grayscale: #3E3E3E. Windows color (decimal): -13552484 or 10236977. OLE color: 10236977.

HSL color Cylindrical-coordinate representation of color #31349C: hue angle of 238.32º 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 #31349C is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 52 156 -
CMYK 0.69 0.67 0 0.39
HSL 238.32º 0.52% 0.4% -
HSV(B) 238.32º 0.69% 0.61% -
XYZ 8.5 5.51 32.07 -
YUV 62.96 180.51 118.04 -
System Red Green Blue C M Y K H S L
Decimal 49 52 156 0.69 0.67 0 0.39 238.32 0.52 0.4
Hex 31 34 9C 45 43 0 27 EE 34 28
Octal 61 64 234 105 103 0 47 356 64 50
Binary 110001 110100 10011100 1000101 1000011 0 100111 11101110 110100 101000

Color Harmonies of #31349C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31349C

Black with #31349C

Text Example


Text Example

White with #31349C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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