Html Css Color HEX #313971 Torea Bay

📋 copy color: '#313971'

red 49 ◦ green 57 ◦ blue 113

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

Shades of Torea Bay #313971

Tints of Torea Bay #313971

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.03%

 BLUE value IS 113 (44.53% from 255) = 51.6%

R = 22.37%
G = 26.03%
B = 51.6%

CMYK

 C value IS 0.57

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#313971 (or 0x313971) is known color: Torea Bay. HEX triplet: 31, 39 and 71. RGB value is (49,57,113). Sum of RGB (Red+Green+Blue) = 49+57+113=219 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.37% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 113 (44.53% from 255 or 51.60% from 219); Max value from RGB is 113 - color contains mainly: blue. Hex color #313971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313971 is #CEC68E. Grayscale: #3C3C3C. Windows color (decimal): -13551247 or 7420209. OLE color: 7420209.

HSL color Cylindrical-coordinate representation of color #313971: hue angle of 232.5º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #313971 is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 57 113 -
CMYK 0.57 0.50 0 0.56
HSL 232.5º 0.4% 0.32% -
HSV(B) 232.5º 0.57% 0.44% -
XYZ 5.71 4.77 16.24 -
YUV 60.99 157.35 119.45 -
System Red Green Blue C M Y K H S L
Decimal 49 57 113 0.57 0.50 0 0.56 232.5 0.4 0.32
Hex 31 39 71 39 32 0 38 E8 28 20
Octal 61 71 161 71 62 0 70 350 50 40
Binary 110001 111001 1110001 111001 110010 0 111000 11101000 101000 100000

Color Harmonies of #313971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313971

Black with #313971

Text Example


Text Example

White with #313971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313971; }

 p { color: rgb(49,57,113); }

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

background-color css

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

 a { background-color: rgb(49,57,113); }

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

border-color css

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

 span { border-color: rgb(49,57,113); }

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