Html Css Color HEX #313677 Torea Bay

📋 copy color: '#313677'

red 49 ◦ green 54 ◦ blue 119

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

Shades of Torea Bay #313677

Tints of Torea Bay #313677

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.32%

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

R = 22.07%
G = 24.32%
B = 53.6%

CMYK

 C value IS 0.59

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#313677 (or 0x313677) is known color: Torea Bay. HEX triplet: 31, 36 and 77. RGB value is (49,54,119). Sum of RGB (Red+Green+Blue) = 49+54+119=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 54 (21.48% from 255 or 24.32% from 222); Blue value is 119 (46.88% from 255 or 53.60% from 222); Max value from RGB is 119 - color contains mainly: blue. Hex color #313677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313677 is #CEC988. Grayscale: #3B3B3B. Windows color (decimal): -13552009 or 7812657. OLE color: 7812657.

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

Color convert

RGB 49 54 119 -
CMYK 0.59 0.55 0 0.53
HSL 235.71º 0.42% 0.33% -
HSV(B) 235.71º 0.59% 0.47% -
XYZ 5.92 4.62 18.03 -
YUV 59.92 161.34 120.21 -
System Red Green Blue C M Y K H S L
Decimal 49 54 119 0.59 0.55 0 0.53 235.71 0.42 0.33
Hex 31 36 77 3B 37 0 35 EC 2A 21
Octal 61 66 167 73 67 0 65 354 52 41
Binary 110001 110110 1110111 111011 110111 0 110101 11101100 101010 100001

Color Harmonies of #313677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313677

Black with #313677

Text Example


Text Example

White with #313677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313677; }

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

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

background-color css

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

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

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

border-color css

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

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

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