Html Css Color HEX #313983 Torea Bay

📋 copy color: '#313983'

red 49 ◦ green 57 ◦ blue 131

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

Shades of Torea Bay #313983

Tints of Torea Bay #313983

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.05%

 BLUE value IS 131 (51.56% from 255) = 55.27%

R = 20.68%
G = 24.05%
B = 55.27%

CMYK

 C value IS 0.63

 M value IS 0.56

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#313983 (or 0x313983) is known color: Torea Bay. HEX triplet: 31, 39 and 83. RGB value is (49,57,131). Sum of RGB (Red+Green+Blue) = 49+57+131=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 57 (22.66% from 255 or 24.05% from 237); Blue value is 131 (51.56% from 255 or 55.27% from 237); Max value from RGB is 131 - color contains mainly: blue. Hex color #313983 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313983 is #CEC67C. Grayscale: #3E3E3E. Windows color (decimal): -13551229 or 8599857. OLE color: 8599857.

HSL color Cylindrical-coordinate representation of color #313983: hue angle of 234.15º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #313983 is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 57 131 -
CMYK 0.63 0.56 0 0.49
HSL 234.15º 0.46% 0.35% -
HSV(B) 234.15º 0.63% 0.51% -
XYZ 6.83 5.22 22.12 -
YUV 63.04 166.35 117.98 -
System Red Green Blue C M Y K H S L
Decimal 49 57 131 0.63 0.56 0 0.49 234.15 0.46 0.35
Hex 31 39 83 3F 38 0 31 EA 2E 23
Octal 61 71 203 77 70 0 61 352 56 43
Binary 110001 111001 10000011 111111 111000 0 110001 11101010 101110 100011

Color Harmonies of #313983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313983

Black with #313983

Text Example


Text Example

White with #313983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313983; }

 p { color: rgb(49,57,131); }

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

background-color css

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

 a { background-color: rgb(49,57,131); }

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

border-color css

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

 span { border-color: rgb(49,57,131); }

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