Html Css Color HEX #313974 Torea Bay

📋 copy color: '#313974'

red 49 ◦ green 57 ◦ blue 116

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

Shades of Torea Bay #313974

Tints of Torea Bay #313974

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.68%

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

R = 22.07%
G = 25.68%
B = 52.25%

CMYK

 C value IS 0.58

 M value IS 0.51

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#313974 (or 0x313974) is known color: Torea Bay. HEX triplet: 31, 39 and 74. RGB value is (49,57,116). Sum of RGB (Red+Green+Blue) = 49+57+116=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 57 (22.66% from 255 or 25.68% from 222); Blue value is 116 (45.70% from 255 or 52.25% from 222); Max value from RGB is 116 - color contains mainly: blue. Hex color #313974 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313974 is #CEC68B. Grayscale: #3D3D3D. Windows color (decimal): -13551244 or 7616817. OLE color: 7616817.

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

Color convert

RGB 49 57 116 -
CMYK 0.58 0.51 0 0.55
HSL 232.84º 0.41% 0.32% -
HSV(B) 232.84º 0.58% 0.45% -
XYZ 5.88 4.84 17.15 -
YUV 61.33 158.85 119.2 -
System Red Green Blue C M Y K H S L
Decimal 49 57 116 0.58 0.51 0 0.55 232.84 0.41 0.32
Hex 31 39 74 3A 33 0 37 E9 29 20
Octal 61 71 164 72 63 0 67 351 51 40
Binary 110001 111001 1110100 111010 110011 0 110111 11101001 101001 100000

Color Harmonies of #313974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313974

Black with #313974

Text Example


Text Example

White with #313974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313974; }

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

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

background-color css

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

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

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

border-color css

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

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

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