Html Css Color HEX #313973 Torea Bay

📋 copy color: '#313973'

red 49 ◦ green 57 ◦ blue 115

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

Shades of Torea Bay #313973

Tints of Torea Bay #313973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 52.04%

R = 22.17%
G = 25.79%
B = 52.04%

CMYK

 C value IS 0.57

 M value IS 0.50

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#313973 (or 0x313973) is known color: Torea Bay. HEX triplet: 31, 39 and 73. RGB value is (49,57,115). Sum of RGB (Red+Green+Blue) = 49+57+115=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #313973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313973 is #CEC68C. Grayscale: #3C3C3C. Windows color (decimal): -13551245 or 7551281. OLE color: 7551281.

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

Color convert

RGB 49 57 115 -
CMYK 0.57 0.50 0 0.55
HSL 232.73º 0.4% 0.32% -
HSV(B) 232.73º 0.57% 0.45% -
XYZ 5.82 4.82 16.84 -
YUV 61.22 158.35 119.28 -
System Red Green Blue C M Y K H S L
Decimal 49 57 115 0.57 0.50 0 0.55 232.73 0.4 0.32
Hex 31 39 73 39 32 0 37 E9 28 20
Octal 61 71 163 71 62 0 67 351 50 40
Binary 110001 111001 1110011 111001 110010 0 110111 11101001 101000 100000

Color Harmonies of #313973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313973

Black with #313973

Text Example


Text Example

White with #313973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313973; }

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

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

background-color css

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

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

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

border-color css

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

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

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