Html Css Color HEX #313B76 Torea Bay

📋 copy color: '#313B76'

red 49 ◦ green 59 ◦ blue 118

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

Shades of Torea Bay #313B76

Tints of Torea Bay #313B76

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.11%

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

R = 21.68%
G = 26.11%
B = 52.21%

CMYK

 C value IS 0.58

 M value IS 0.50

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#313B76 (or 0x313B76) is known color: Torea Bay. HEX triplet: 31, 3B and 76. RGB value is (49,59,118). Sum of RGB (Red+Green+Blue) = 49+59+118=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 59 (23.44% from 255 or 26.11% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #313B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313B76 is #CEC489. Grayscale: #3E3E3E. Windows color (decimal): -13550730 or 7748401. OLE color: 7748401.

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

Color convert

RGB 49 59 118 -
CMYK 0.58 0.50 0 0.54
HSL 231.3º 0.41% 0.33% -
HSV(B) 231.3º 0.58% 0.46% -
XYZ 6.1 5.09 17.8 -
YUV 62.74 159.19 118.2 -
System Red Green Blue C M Y K H S L
Decimal 49 59 118 0.58 0.50 0 0.54 231.3 0.41 0.33
Hex 31 3B 76 3A 32 0 36 E7 29 21
Octal 61 73 166 72 62 0 66 347 51 41
Binary 110001 111011 1110110 111010 110010 0 110110 11100111 101001 100001

Color Harmonies of #313B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313B76

Black with #313B76

Text Example


Text Example

White with #313B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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