Html Css Color HEX #313473 Torea Bay

📋 copy color: '#313473'

red 49 ◦ green 52 ◦ blue 115

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

Shades of Torea Bay #313473

Tints of Torea Bay #313473

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.07%

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

R = 22.69%
G = 24.07%
B = 53.24%

CMYK

 C value IS 0.57

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#313473 (or 0x313473) is known color: Torea Bay. HEX triplet: 31, 34 and 73. RGB value is (49,52,115). Sum of RGB (Red+Green+Blue) = 49+52+115=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 52 (20.70% from 255 or 24.07% from 216); Blue value is 115 (45.31% from 255 or 53.24% from 216); Max value from RGB is 115 - color contains mainly: blue. Hex color #313473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313473 is #CECB8C. Grayscale: #3A3A3A. Windows color (decimal): -13552525 or 7550001. OLE color: 7550001.

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

Color convert

RGB 49 52 115 -
CMYK 0.57 0.55 0 0.55
HSL 237.27º 0.4% 0.32% -
HSV(B) 237.27º 0.57% 0.45% -
XYZ 5.59 4.35 16.76 -
YUV 58.29 160.01 121.38 -
System Red Green Blue C M Y K H S L
Decimal 49 52 115 0.57 0.55 0 0.55 237.27 0.4 0.32
Hex 31 34 73 39 37 0 37 ED 28 20
Octal 61 64 163 71 67 0 67 355 50 40
Binary 110001 110100 1110011 111001 110111 0 110111 11101101 101000 100000

Color Harmonies of #313473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313473

Black with #313473

Text Example


Text Example

White with #313473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313473; }

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

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

background-color css

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

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

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

border-color css

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

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

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