Html Css Color HEX #313277 Torea Bay

📋 copy color: '#313277'

red 49 ◦ green 50 ◦ blue 119

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

Shades of Torea Bay #313277

Tints of Torea Bay #313277

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.94%

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

R = 22.48%
G = 22.94%
B = 54.59%

CMYK

 C value IS 0.59

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#313277 (or 0x313277) is known color: Torea Bay. HEX triplet: 31, 32 and 77. RGB value is (49,50,119). Sum of RGB (Red+Green+Blue) = 49+50+119=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 119 (46.88% from 255 or 54.59% from 218); Max value from RGB is 119 - color contains mainly: blue. Hex color #313277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313277 is #CECD88. Grayscale: #393939. Windows color (decimal): -13553033 or 7811633. OLE color: 7811633.

HSL color Cylindrical-coordinate representation of color #313277: hue angle of 239.14º 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 #313277 is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 50 119 -
CMYK 0.59 0.58 0 0.53
HSL 239.14º 0.42% 0.33% -
HSV(B) 239.14º 0.59% 0.47% -
XYZ 5.74 4.27 17.97 -
YUV 57.57 162.67 121.89 -
System Red Green Blue C M Y K H S L
Decimal 49 50 119 0.59 0.58 0 0.53 239.14 0.42 0.33
Hex 31 32 77 3B 3A 0 35 EF 2A 21
Octal 61 62 167 73 72 0 65 357 52 41
Binary 110001 110010 1110111 111011 111010 0 110101 11101111 101010 100001

Color Harmonies of #313277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313277

Black with #313277

Text Example


Text Example

White with #313277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313277; }

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

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

background-color css

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

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

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

border-color css

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

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

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