Html Css Color HEX #313574 Torea Bay

📋 copy color: '#313574'

red 49 ◦ green 53 ◦ blue 116

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

Shades of Torea Bay #313574

Tints of Torea Bay #313574

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.31%

 BLUE value IS 116 (45.7% from 255) = 53.21%

R = 22.48%
G = 24.31%
B = 53.21%

CMYK

 C value IS 0.58

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#313574 (or 0x313574) is known color: Torea Bay. HEX triplet: 31, 35 and 74. RGB value is (49,53,116). Sum of RGB (Red+Green+Blue) = 49+53+116=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 116 (45.70% from 255 or 53.21% from 218); Max value from RGB is 116 - color contains mainly: blue. Hex color #313574 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313574 is #CECA8B. Grayscale: #3A3A3A. Windows color (decimal): -13552268 or 7615793. OLE color: 7615793.

HSL color Cylindrical-coordinate representation of color #313574: hue angle of 236.42º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #313574 is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 53 116 -
CMYK 0.58 0.54 0 0.55
HSL 236.42º 0.41% 0.32% -
HSV(B) 236.42º 0.58% 0.45% -
XYZ 5.69 4.46 17.08 -
YUV 58.99 160.17 120.88 -
System Red Green Blue C M Y K H S L
Decimal 49 53 116 0.58 0.54 0 0.55 236.42 0.41 0.32
Hex 31 35 74 3A 36 0 37 EC 29 20
Octal 61 65 164 72 66 0 67 354 51 40
Binary 110001 110101 1110100 111010 110110 0 110111 11101100 101001 100000

Color Harmonies of #313574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313574

Black with #313574

Text Example


Text Example

White with #313574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313574; }

 p { color: rgb(49,53,116); }

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

background-color css

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

 a { background-color: rgb(49,53,116); }

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

border-color css

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

 span { border-color: rgb(49,53,116); }

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