Html Css Color HEX #313676 Torea Bay

📋 copy color: '#313676'

red 49 ◦ green 54 ◦ blue 118

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

Shades of Torea Bay #313676

Tints of Torea Bay #313676

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.43%

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

R = 22.17%
G = 24.43%
B = 53.39%

CMYK

 C value IS 0.58

 M value IS 0.54

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#313676 (or 0x313676) is known color: Torea Bay. HEX triplet: 31, 36 and 76. RGB value is (49,54,118). Sum of RGB (Red+Green+Blue) = 49+54+118=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 118 (46.48% from 255 or 53.39% from 221); Max value from RGB is 118 - color contains mainly: blue. Hex color #313676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313676 is #CEC989. Grayscale: #3B3B3B. Windows color (decimal): -13552010 or 7747121. OLE color: 7747121.

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

Color convert

RGB 49 54 118 -
CMYK 0.58 0.54 0 0.54
HSL 235.65º 0.41% 0.33% -
HSV(B) 235.65º 0.58% 0.46% -
XYZ 5.86 4.6 17.72 -
YUV 59.8 160.84 120.3 -
System Red Green Blue C M Y K H S L
Decimal 49 54 118 0.58 0.54 0 0.54 235.65 0.41 0.33
Hex 31 36 76 3A 36 0 36 EC 29 21
Octal 61 66 166 72 66 0 66 354 51 41
Binary 110001 110110 1110110 111010 110110 0 110110 11101100 101001 100001

Color Harmonies of #313676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313676

Black with #313676

Text Example


Text Example

White with #313676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313676; }

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

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

background-color css

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

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

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

border-color css

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

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

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