Html Css Color HEX #313374 Torea Bay

📋 copy color: '#313374'

red 49 ◦ green 51 ◦ blue 116

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

Shades of Torea Bay #313374

Tints of Torea Bay #313374

RGB

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

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

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

R = 22.69%
G = 23.61%
B = 53.7%

CMYK

 C value IS 0.58

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#313374 (or 0x313374) is known color: Torea Bay. HEX triplet: 31, 33 and 74. RGB value is (49,51,116). Sum of RGB (Red+Green+Blue) = 49+51+116=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 116 (45.70% from 255 or 53.70% from 216); Max value from RGB is 116 - color contains mainly: blue. Hex color #313374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313374 is #CECC8B. Grayscale: #393939. Windows color (decimal): -13552780 or 7615281. OLE color: 7615281.

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

Color convert

RGB 49 51 116 -
CMYK 0.58 0.56 0 0.55
HSL 238.21º 0.41% 0.32% -
HSV(B) 238.21º 0.58% 0.45% -
XYZ 5.6 4.28 17.05 -
YUV 57.81 160.84 121.71 -
System Red Green Blue C M Y K H S L
Decimal 49 51 116 0.58 0.56 0 0.55 238.21 0.41 0.32
Hex 31 33 74 3A 38 0 37 EE 29 20
Octal 61 63 164 72 70 0 67 356 51 40
Binary 110001 110011 1110100 111010 111000 0 110111 11101110 101001 100000

Color Harmonies of #313374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313374

Black with #313374

Text Example


Text Example

White with #313374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313374; }

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

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

background-color css

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

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

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

border-color css

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

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

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