Html Css Color HEX #313A76 Torea Bay

📋 copy color: '#313A76'

red 49 ◦ green 58 ◦ blue 118

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

Shades of Torea Bay #313A76

Tints of Torea Bay #313A76

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.78%

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

R = 21.78%
G = 25.78%
B = 52.44%

CMYK

 C value IS 0.58

 M value IS 0.51

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#313A76 (or 0x313A76) is known color: Torea Bay. HEX triplet: 31, 3A and 76. RGB value is (49,58,118). Sum of RGB (Red+Green+Blue) = 49+58+118=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #313A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313A76 is #CEC589. Grayscale: #3D3D3D. Windows color (decimal): -13550986 or 7748145. OLE color: 7748145.

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

Color convert

RGB 49 58 118 -
CMYK 0.58 0.51 0 0.54
HSL 232.17º 0.41% 0.33% -
HSV(B) 232.17º 0.58% 0.46% -
XYZ 6.05 4.99 17.78 -
YUV 62.15 159.52 118.62 -
System Red Green Blue C M Y K H S L
Decimal 49 58 118 0.58 0.51 0 0.54 232.17 0.41 0.33
Hex 31 3A 76 3A 33 0 36 E8 29 21
Octal 61 72 166 72 63 0 66 350 51 41
Binary 110001 111010 1110110 111010 110011 0 110110 11101000 101001 100001

Color Harmonies of #313A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313A76

Black with #313A76

Text Example


Text Example

White with #313A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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