Html Css Color HEX #313A72 Torea Bay

📋 copy color: '#313A72'

red 49 ◦ green 58 ◦ blue 114

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

Shades of Torea Bay #313A72

Tints of Torea Bay #313A72

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.24%

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

R = 22.17%
G = 26.24%
B = 51.58%

CMYK

 C value IS 0.57

 M value IS 0.49

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#313A72 (or 0x313A72) is known color: Torea Bay. HEX triplet: 31, 3A and 72. RGB value is (49,58,114). Sum of RGB (Red+Green+Blue) = 49+58+114=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 114 (44.92% from 255 or 51.58% from 221); Max value from RGB is 114 - color contains mainly: blue. Hex color #313A72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313A72 is #CEC58D. Grayscale: #3D3D3D. Windows color (decimal): -13550990 or 7486001. OLE color: 7486001.

HSL color Cylindrical-coordinate representation of color #313A72: hue angle of 231.69º 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 #313A72 is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 58 114 -
CMYK 0.57 0.49 0 0.55
HSL 231.69º 0.4% 0.32% -
HSV(B) 231.69º 0.57% 0.45% -
XYZ 5.82 4.89 16.56 -
YUV 61.69 157.52 118.95 -
System Red Green Blue C M Y K H S L
Decimal 49 58 114 0.57 0.49 0 0.55 231.69 0.4 0.32
Hex 31 3A 72 39 31 0 37 E8 28 20
Octal 61 72 162 71 61 0 67 350 50 40
Binary 110001 111010 1110010 111001 110001 0 110111 11101000 101000 100000

Color Harmonies of #313A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313A72

Black with #313A72

Text Example


Text Example

White with #313A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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