Html Css Color HEX #312A8F Dark Slate Blue

📋 copy color: '#312A8F'

red 49 ◦ green 42 ◦ blue 143

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

Shades of Dark Slate Blue #312A8F

Tints of Dark Slate Blue #312A8F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.95%

 BLUE value IS 143 (56.25% from 255) = 61.11%

R = 20.94%
G = 17.95%
B = 61.11%

CMYK

 C value IS 0.66

 M value IS 0.71

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#312A8F (or 0x312A8F) is known color: Dark Slate Blue. HEX triplet: 31, 2A and 8F. RGB value is (49,42,143). Sum of RGB (Red+Green+Blue) = 49+42+143=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 42 (16.80% from 255 or 17.95% from 234); Blue value is 143 (56.25% from 255 or 61.11% from 234); Max value from RGB is 143 - color contains mainly: blue. Hex color #312A8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312A8F is #CED570. Grayscale: #373737. Windows color (decimal): -13555057 or 9382449. OLE color: 9382449.

HSL color Cylindrical-coordinate representation of color #312A8F: hue angle of 244.16º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #312A8F is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 42 143 -
CMYK 0.66 0.71 0 0.44
HSL 244.16º 0.55% 0.36% -
HSV(B) 244.16º 0.71% 0.56% -
XYZ 7.05 4.29 26.44 -
YUV 55.61 177.32 123.29 -
System Red Green Blue C M Y K H S L
Decimal 49 42 143 0.66 0.71 0 0.44 244.16 0.55 0.36
Hex 31 2A 8F 42 47 0 2C F4 37 24
Octal 61 52 217 102 107 0 54 364 67 44
Binary 110001 101010 10001111 1000010 1000111 0 101100 11110100 110111 100100

Color Harmonies of #312A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312A8F

Black with #312A8F

Text Example


Text Example

White with #312A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312A8F; }

 p { color: rgb(49,42,143); }

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

background-color css

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

 a { background-color: rgb(49,42,143); }

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

border-color css

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

 span { border-color: rgb(49,42,143); }

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