Html Css Color HEX #313476 Torea Bay

📋 copy color: '#313476'

red 49 ◦ green 52 ◦ blue 118

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

Shades of Torea Bay #313476

Tints of Torea Bay #313476

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.74%

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

R = 22.37%
G = 23.74%
B = 53.88%

CMYK

 C value IS 0.58

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#313476 (or 0x313476) is known color: Torea Bay. HEX triplet: 31, 34 and 76. RGB value is (49,52,118). Sum of RGB (Red+Green+Blue) = 49+52+118=219 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.37% from 219); Green value is 52 (20.70% from 255 or 23.74% from 219); Blue value is 118 (46.48% from 255 or 53.88% from 219); Max value from RGB is 118 - color contains mainly: blue. Hex color #313476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313476 is #CECB89. Grayscale: #3A3A3A. Windows color (decimal): -13552522 or 7746609. OLE color: 7746609.

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

Color convert

RGB 49 52 118 -
CMYK 0.58 0.56 0 0.54
HSL 237.39º 0.41% 0.33% -
HSV(B) 237.39º 0.58% 0.46% -
XYZ 5.76 4.42 17.69 -
YUV 58.63 161.51 121.13 -
System Red Green Blue C M Y K H S L
Decimal 49 52 118 0.58 0.56 0 0.54 237.39 0.41 0.33
Hex 31 34 76 3A 38 0 36 ED 29 21
Octal 61 64 166 72 70 0 66 355 51 41
Binary 110001 110100 1110110 111010 111000 0 110110 11101101 101001 100001

Color Harmonies of #313476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313476

Black with #313476

Text Example


Text Example

White with #313476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313476; }

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

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

background-color css

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

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

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

border-color css

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

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

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