Html Css Color HEX #313576 Torea Bay

📋 copy color: '#313576'

red 49 ◦ green 53 ◦ blue 118

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

Shades of Torea Bay #313576

Tints of Torea Bay #313576

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.09%

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

R = 22.27%
G = 24.09%
B = 53.64%

CMYK

 C value IS 0.58

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#313576 (or 0x313576) is known color: Torea Bay. HEX triplet: 31, 35 and 76. RGB value is (49,53,118). Sum of RGB (Red+Green+Blue) = 49+53+118=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 118 (46.48% from 255 or 53.64% from 220); Max value from RGB is 118 - color contains mainly: blue. Hex color #313576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313576 is #CECA89. Grayscale: #3A3A3A. Windows color (decimal): -13552266 or 7746865. OLE color: 7746865.

HSL color Cylindrical-coordinate representation of color #313576: hue angle of 236.52º 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 #313576 is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 53 118 -
CMYK 0.58 0.55 0 0.54
HSL 236.52º 0.41% 0.33% -
HSV(B) 236.52º 0.58% 0.46% -
XYZ 5.81 4.51 17.7 -
YUV 59.21 161.17 120.71 -
System Red Green Blue C M Y K H S L
Decimal 49 53 118 0.58 0.55 0 0.54 236.52 0.41 0.33
Hex 31 35 76 3A 37 0 36 ED 29 21
Octal 61 65 166 72 67 0 66 355 51 41
Binary 110001 110101 1110110 111010 110111 0 110110 11101101 101001 100001

Color Harmonies of #313576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313576

Black with #313576

Text Example


Text Example

White with #313576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313576; }

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

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

background-color css

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

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

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

border-color css

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

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

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