Html Css Color HEX #313772 Torea Bay

📋 copy color: '#313772'

red 49 ◦ green 55 ◦ blue 114

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

Shades of Torea Bay #313772

Tints of Torea Bay #313772

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.23%

 BLUE value IS 114 (44.92% from 255) = 52.29%

R = 22.48%
G = 25.23%
B = 52.29%

CMYK

 C value IS 0.57

 M value IS 0.52

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#313772 (or 0x313772) is known color: Torea Bay. HEX triplet: 31, 37 and 72. RGB value is (49,55,114). Sum of RGB (Red+Green+Blue) = 49+55+114=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #313772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313772 is #CEC88D. Grayscale: #3B3B3B. Windows color (decimal): -13551758 or 7485233. OLE color: 7485233.

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

Color convert

RGB 49 55 114 -
CMYK 0.57 0.52 0 0.55
HSL 234.46º 0.4% 0.32% -
HSV(B) 234.46º 0.57% 0.45% -
XYZ 5.67 4.6 16.51 -
YUV 59.93 158.51 120.2 -
System Red Green Blue C M Y K H S L
Decimal 49 55 114 0.57 0.52 0 0.55 234.46 0.4 0.32
Hex 31 37 72 39 34 0 37 EA 28 20
Octal 61 67 162 71 64 0 67 352 50 40
Binary 110001 110111 1110010 111001 110100 0 110111 11101010 101000 100000

Color Harmonies of #313772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313772

Black with #313772

Text Example


Text Example

White with #313772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313772; }

 p { color: rgb(49,55,114); }

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

background-color css

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

 a { background-color: rgb(49,55,114); }

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

border-color css

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

 span { border-color: rgb(49,55,114); }

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