Html Css Color HEX #313D83 Torea Bay

📋 copy color: '#313D83'

red 49 ◦ green 61 ◦ blue 131

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

Shades of Torea Bay #313D83

Tints of Torea Bay #313D83

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.31%

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

R = 20.33%
G = 25.31%
B = 54.36%

CMYK

 C value IS 0.63

 M value IS 0.53

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#313D83 (or 0x313D83) is known color: Torea Bay. HEX triplet: 31, 3D and 83. RGB value is (49,61,131). Sum of RGB (Red+Green+Blue) = 49+61+131=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 61 (24.22% from 255 or 25.31% from 241); Blue value is 131 (51.56% from 255 or 54.36% from 241); Max value from RGB is 131 - color contains mainly: blue. Hex color #313D83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313D83 is #CEC27C. Grayscale: #414141. Windows color (decimal): -13550205 or 8600881. OLE color: 8600881.

HSL color Cylindrical-coordinate representation of color #313D83: hue angle of 231.22º 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 #313D83 is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 61 131 -
CMYK 0.63 0.53 0 0.49
HSL 231.22º 0.46% 0.35% -
HSV(B) 231.22º 0.63% 0.51% -
XYZ 7.03 5.63 22.19 -
YUV 65.39 165.02 116.31 -
System Red Green Blue C M Y K H S L
Decimal 49 61 131 0.63 0.53 0 0.49 231.22 0.46 0.35
Hex 31 3D 83 3F 35 0 31 E7 2E 23
Octal 61 75 203 77 65 0 61 347 56 43
Binary 110001 111101 10000011 111111 110101 0 110001 11100111 101110 100011

Color Harmonies of #313D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313D83

Black with #313D83

Text Example


Text Example

White with #313D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313D83; }

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

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

background-color css

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

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

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

border-color css

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

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

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