Html Css Color HEX #313770 Torea Bay

📋 copy color: '#313770'

red 49 ◦ green 55 ◦ blue 112

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

Shades of Torea Bay #313770

Tints of Torea Bay #313770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 51.85%

R = 22.69%
G = 25.46%
B = 51.85%

CMYK

 C value IS 0.56

 M value IS 0.51

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#313770 (or 0x313770) is known color: Torea Bay. HEX triplet: 31, 37 and 70. RGB value is (49,55,112). Sum of RGB (Red+Green+Blue) = 49+55+112=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 55 (21.88% from 255 or 25.46% from 216); Blue value is 112 (44.14% from 255 or 51.85% from 216); Max value from RGB is 112 - color contains mainly: blue. Hex color #313770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313770 is #CEC88F. Grayscale: #3B3B3B. Windows color (decimal): -13551760 or 7354161. OLE color: 7354161.

HSL color Cylindrical-coordinate representation of color #313770: hue angle of 234.29º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #313770 is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 55 112 -
CMYK 0.56 0.51 0 0.56
HSL 234.29º 0.39% 0.32% -
HSV(B) 234.29º 0.56% 0.44% -
XYZ 5.56 4.56 15.92 -
YUV 59.7 157.51 120.37 -
System Red Green Blue C M Y K H S L
Decimal 49 55 112 0.56 0.51 0 0.56 234.29 0.39 0.32
Hex 31 37 70 38 33 0 38 EA 27 20
Octal 61 67 160 70 63 0 70 352 47 40
Binary 110001 110111 1110000 111000 110011 0 111000 11101010 100111 100000

Color Harmonies of #313770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313770

Black with #313770

Text Example


Text Example

White with #313770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313770; }

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

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

background-color css

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

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

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

border-color css

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

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

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