Html Css Color HEX #313D82 Torea Bay

📋 copy color: '#313D82'

red 49 ◦ green 61 ◦ blue 130

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

Shades of Torea Bay #313D82

Tints of Torea Bay #313D82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 54.17%

R = 20.42%
G = 25.42%
B = 54.17%

CMYK

 C value IS 0.62

 M value IS 0.53

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#313D82 (or 0x313D82) is known color: Torea Bay. HEX triplet: 31, 3D and 82. RGB value is (49,61,130). Sum of RGB (Red+Green+Blue) = 49+61+130=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 130 (51.17% from 255 or 54.17% from 240); Max value from RGB is 130 - color contains mainly: blue. Hex color #313D82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313D82 is #CEC27D. Grayscale: #404040. Windows color (decimal): -13550206 or 8535345. OLE color: 8535345.

HSL color Cylindrical-coordinate representation of color #313D82: hue angle of 231.11º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #313D82 is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 61 130 -
CMYK 0.62 0.53 0 0.49
HSL 231.11º 0.45% 0.35% -
HSV(B) 231.11º 0.62% 0.51% -
XYZ 6.96 5.6 21.83 -
YUV 65.28 164.52 116.39 -
System Red Green Blue C M Y K H S L
Decimal 49 61 130 0.62 0.53 0 0.49 231.11 0.45 0.35
Hex 31 3D 82 3E 35 0 31 E7 2D 23
Octal 61 75 202 76 65 0 61 347 55 43
Binary 110001 111101 10000010 111110 110101 0 110001 11100111 101101 100011

Color Harmonies of #313D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313D82

Black with #313D82

Text Example


Text Example

White with #313D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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