Html Css Color HEX #313774 Torea Bay

📋 copy color: '#313774'

red 49 ◦ green 55 ◦ blue 116

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

Shades of Torea Bay #313774

Tints of Torea Bay #313774

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25%

 BLUE value IS 116 (45.7% from 255) = 52.73%

R = 22.27%
G = 25%
B = 52.73%

CMYK

 C value IS 0.58

 M value IS 0.53

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#313774 (or 0x313774) is known color: Torea Bay. HEX triplet: 31, 37 and 74. RGB value is (49,55,116). Sum of RGB (Red+Green+Blue) = 49+55+116=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 116 (45.70% from 255 or 52.73% from 220); Max value from RGB is 116 - color contains mainly: blue. Hex color #313774 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313774 is #CEC88B. Grayscale: #3B3B3B. Windows color (decimal): -13551756 or 7616305. OLE color: 7616305.

HSL color Cylindrical-coordinate representation of color #313774: hue angle of 234.63º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #313774 is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 55 116 -
CMYK 0.58 0.53 0 0.55
HSL 234.63º 0.41% 0.32% -
HSV(B) 234.63º 0.58% 0.45% -
XYZ 5.79 4.65 17.11 -
YUV 60.16 159.51 120.04 -
System Red Green Blue C M Y K H S L
Decimal 49 55 116 0.58 0.53 0 0.55 234.63 0.41 0.32
Hex 31 37 74 3A 35 0 37 EB 29 20
Octal 61 67 164 72 65 0 67 353 51 40
Binary 110001 110111 1110100 111010 110101 0 110111 11101011 101001 100000

Color Harmonies of #313774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313774

Black with #313774

Text Example


Text Example

White with #313774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313774; }

 p { color: rgb(49,55,116); }

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

background-color css

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

 a { background-color: rgb(49,55,116); }

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

border-color css

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

 span { border-color: rgb(49,55,116); }

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