Html Css Color HEX #313871 Torea Bay

📋 copy color: '#313871'

red 49 ◦ green 56 ◦ blue 113

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

Shades of Torea Bay #313871

Tints of Torea Bay #313871

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.69%

 BLUE value IS 113 (44.53% from 255) = 51.83%

R = 22.48%
G = 25.69%
B = 51.83%

CMYK

 C value IS 0.57

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#313871 (or 0x313871) is known color: Torea Bay. HEX triplet: 31, 38 and 71. RGB value is (49,56,113). Sum of RGB (Red+Green+Blue) = 49+56+113=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #313871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313871 is #CEC78E. Grayscale: #3C3C3C. Windows color (decimal): -13551503 or 7419953. OLE color: 7419953.

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

Color convert

RGB 49 56 113 -
CMYK 0.57 0.50 0 0.56
HSL 233.44º 0.4% 0.32% -
HSV(B) 233.44º 0.57% 0.44% -
XYZ 5.66 4.67 16.23 -
YUV 60.41 157.68 119.87 -
System Red Green Blue C M Y K H S L
Decimal 49 56 113 0.57 0.50 0 0.56 233.44 0.4 0.32
Hex 31 38 71 39 32 0 38 E9 28 20
Octal 61 70 161 71 62 0 70 351 50 40
Binary 110001 111000 1110001 111001 110010 0 111000 11101001 101000 100000

Color Harmonies of #313871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313871

Black with #313871

Text Example


Text Example

White with #313871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313871; }

 p { color: rgb(49,56,113); }

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

background-color css

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

 a { background-color: rgb(49,56,113); }

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

border-color css

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

 span { border-color: rgb(49,56,113); }

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