Html Css Color HEX #313376 Torea Bay

📋 copy color: '#313376'

red 49 ◦ green 51 ◦ blue 118

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

Shades of Torea Bay #313376

Tints of Torea Bay #313376

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.39%

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

R = 22.48%
G = 23.39%
B = 54.13%

CMYK

 C value IS 0.58

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#313376 (or 0x313376) is known color: Torea Bay. HEX triplet: 31, 33 and 76. RGB value is (49,51,118). Sum of RGB (Red+Green+Blue) = 49+51+118=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #313376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313376 is #CECC89. Grayscale: #393939. Windows color (decimal): -13552778 or 7746353. OLE color: 7746353.

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

Color convert

RGB 49 51 118 -
CMYK 0.58 0.57 0 0.54
HSL 238.26º 0.41% 0.33% -
HSV(B) 238.26º 0.58% 0.46% -
XYZ 5.72 4.33 17.67 -
YUV 58.04 161.84 121.55 -
System Red Green Blue C M Y K H S L
Decimal 49 51 118 0.58 0.57 0 0.54 238.26 0.41 0.33
Hex 31 33 76 3A 39 0 36 EE 29 21
Octal 61 63 166 72 71 0 66 356 51 41
Binary 110001 110011 1110110 111010 111001 0 110110 11101110 101001 100001

Color Harmonies of #313376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313376

Black with #313376

Text Example


Text Example

White with #313376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313376; }

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

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

background-color css

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

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

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

border-color css

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

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

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