Html Css Color HEX #313B73 Torea Bay

📋 copy color: '#313B73'

red 49 ◦ green 59 ◦ blue 115

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

Shades of Torea Bay #313B73

Tints of Torea Bay #313B73

RGB

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

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

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

R = 21.97%
G = 26.46%
B = 51.57%

CMYK

 C value IS 0.57

 M value IS 0.49

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#313B73 (or 0x313B73) is known color: Torea Bay. HEX triplet: 31, 3B and 73. RGB value is (49,59,115). Sum of RGB (Red+Green+Blue) = 49+59+115=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 59 (23.44% from 255 or 26.46% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #313B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313B73 is #CEC48C. Grayscale: #3E3E3E. Windows color (decimal): -13550733 or 7551793. OLE color: 7551793.

HSL color Cylindrical-coordinate representation of color #313B73: hue angle of 230.91º 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 #313B73 is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 59 115 -
CMYK 0.57 0.49 0 0.55
HSL 230.91º 0.4% 0.32% -
HSV(B) 230.91º 0.57% 0.45% -
XYZ 5.93 5.02 16.88 -
YUV 62.39 157.69 118.45 -
System Red Green Blue C M Y K H S L
Decimal 49 59 115 0.57 0.49 0 0.55 230.91 0.4 0.32
Hex 31 3B 73 39 31 0 37 E7 28 20
Octal 61 73 163 71 61 0 67 347 50 40
Binary 110001 111011 1110011 111001 110001 0 110111 11100111 101000 100000

Color Harmonies of #313B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313B73

Black with #313B73

Text Example


Text Example

White with #313B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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