Html Css Color HEX #313A73 Torea Bay

📋 copy color: '#313A73'

red 49 ◦ green 58 ◦ blue 115

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

Shades of Torea Bay #313A73

Tints of Torea Bay #313A73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 51.8%

R = 22.07%
G = 26.13%
B = 51.8%

CMYK

 C value IS 0.57

 M value IS 0.50

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#313A73 (or 0x313A73) is known color: Torea Bay. HEX triplet: 31, 3A and 73. RGB value is (49,58,115). Sum of RGB (Red+Green+Blue) = 49+58+115=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 58 (23.05% from 255 or 26.13% from 222); Blue value is 115 (45.31% from 255 or 51.80% from 222); Max value from RGB is 115 - color contains mainly: blue. Hex color #313A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313A73 is #CEC58C. Grayscale: #3D3D3D. Windows color (decimal): -13550989 or 7551537. OLE color: 7551537.

HSL color Cylindrical-coordinate representation of color #313A73: hue angle of 231.82º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #313A73 is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 58 115 -
CMYK 0.57 0.50 0 0.55
HSL 231.82º 0.4% 0.32% -
HSV(B) 231.82º 0.57% 0.45% -
XYZ 5.87 4.92 16.86 -
YUV 61.81 158.02 118.87 -
System Red Green Blue C M Y K H S L
Decimal 49 58 115 0.57 0.50 0 0.55 231.82 0.4 0.32
Hex 31 3A 73 39 32 0 37 E8 28 20
Octal 61 72 163 71 62 0 67 350 50 40
Binary 110001 111010 1110011 111001 110010 0 110111 11101000 101000 100000

Color Harmonies of #313A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313A73

Black with #313A73

Text Example


Text Example

White with #313A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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