Html Css Color HEX #313777 Torea Bay

📋 copy color: '#313777'

red 49 ◦ green 55 ◦ blue 119

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

Shades of Torea Bay #313777

Tints of Torea Bay #313777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 53.36%

R = 21.97%
G = 24.66%
B = 53.36%

CMYK

 C value IS 0.59

 M value IS 0.54

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#313777 (or 0x313777) is known color: Torea Bay. HEX triplet: 31, 37 and 77. RGB value is (49,55,119). Sum of RGB (Red+Green+Blue) = 49+55+119=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 55 (21.88% from 255 or 24.66% from 223); Blue value is 119 (46.88% from 255 or 53.36% from 223); Max value from RGB is 119 - color contains mainly: blue. Hex color #313777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313777 is #CEC888. Grayscale: #3C3C3C. Windows color (decimal): -13551753 or 7812913. OLE color: 7812913.

HSL color Cylindrical-coordinate representation of color #313777: hue angle of 234.86º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #313777 is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 55 119 -
CMYK 0.59 0.54 0 0.53
HSL 234.86º 0.42% 0.33% -
HSV(B) 234.86º 0.59% 0.47% -
XYZ 5.96 4.72 18.05 -
YUV 60.5 161.01 119.8 -
System Red Green Blue C M Y K H S L
Decimal 49 55 119 0.59 0.54 0 0.53 234.86 0.42 0.33
Hex 31 37 77 3B 36 0 35 EB 2A 21
Octal 61 67 167 73 66 0 65 353 52 41
Binary 110001 110111 1110111 111011 110110 0 110101 11101011 101010 100001

Color Harmonies of #313777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313777

Black with #313777

Text Example


Text Example

White with #313777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313777; }

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

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

background-color css

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

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

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

border-color css

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

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

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