Html Css Color HEX #313976 Torea Bay

📋 copy color: '#313976'

red 49 ◦ green 57 ◦ blue 118

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

Shades of Torea Bay #313976

Tints of Torea Bay #313976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 52.68%

R = 21.88%
G = 25.45%
B = 52.68%

CMYK

 C value IS 0.58

 M value IS 0.52

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#313976 (or 0x313976) is known color: Torea Bay. HEX triplet: 31, 39 and 76. RGB value is (49,57,118). Sum of RGB (Red+Green+Blue) = 49+57+118=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #313976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313976 is #CEC689. Grayscale: #3D3D3D. Windows color (decimal): -13551242 or 7747889. OLE color: 7747889.

HSL color Cylindrical-coordinate representation of color #313976: hue angle of 233.04º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #313976 is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 57 118 -
CMYK 0.58 0.52 0 0.54
HSL 233.04º 0.41% 0.33% -
HSV(B) 233.04º 0.58% 0.46% -
XYZ 6 4.89 17.77 -
YUV 61.56 159.85 119.04 -
System Red Green Blue C M Y K H S L
Decimal 49 57 118 0.58 0.52 0 0.54 233.04 0.41 0.33
Hex 31 39 76 3A 34 0 36 E9 29 21
Octal 61 71 166 72 64 0 66 351 51 41
Binary 110001 111001 1110110 111010 110100 0 110110 11101001 101001 100001

Color Harmonies of #313976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313976

Black with #313976

Text Example


Text Example

White with #313976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313976; }

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

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

background-color css

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

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

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

border-color css

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

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

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