Html Css Color HEX #313377 Torea Bay

📋 copy color: '#313377'

red 49 ◦ green 51 ◦ blue 119

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

Shades of Torea Bay #313377

Tints of Torea Bay #313377

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.29%

 BLUE value IS 119 (46.88% from 255) = 54.34%

R = 22.37%
G = 23.29%
B = 54.34%

CMYK

 C value IS 0.59

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#313377 (or 0x313377) is known color: Torea Bay. HEX triplet: 31, 33 and 77. RGB value is (49,51,119). Sum of RGB (Red+Green+Blue) = 49+51+119=219 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.37% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 119 (46.88% from 255 or 54.34% from 219); Max value from RGB is 119 - color contains mainly: blue. Hex color #313377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313377 is #CECC88. Grayscale: #393939. Windows color (decimal): -13552777 or 7811889. OLE color: 7811889.

HSL color Cylindrical-coordinate representation of color #313377: hue angle of 238.29º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #313377 is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 51 119 -
CMYK 0.59 0.57 0 0.53
HSL 238.29º 0.42% 0.33% -
HSV(B) 238.29º 0.59% 0.47% -
XYZ 5.78 4.35 17.99 -
YUV 58.15 162.34 121.47 -
System Red Green Blue C M Y K H S L
Decimal 49 51 119 0.59 0.57 0 0.53 238.29 0.42 0.33
Hex 31 33 77 3B 39 0 35 EE 2A 21
Octal 61 63 167 73 71 0 65 356 52 41
Binary 110001 110011 1110111 111011 111001 0 110101 11101110 101010 100001

Color Harmonies of #313377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313377

Black with #313377

Text Example


Text Example

White with #313377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313377; }

 p { color: rgb(49,51,119); }

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

background-color css

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

 a { background-color: rgb(49,51,119); }

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

border-color css

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

 span { border-color: rgb(49,51,119); }

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