Html Css Color HEX #313B74 Torea Bay

📋 copy color: '#313B74'

red 49 ◦ green 59 ◦ blue 116

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

Shades of Torea Bay #313B74

Tints of Torea Bay #313B74

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.34%

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

R = 21.88%
G = 26.34%
B = 51.79%

CMYK

 C value IS 0.58

 M value IS 0.49

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#313B74 (or 0x313B74) is known color: Torea Bay. HEX triplet: 31, 3B and 74. RGB value is (49,59,116). Sum of RGB (Red+Green+Blue) = 49+59+116=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 116 (45.70% from 255 or 51.79% from 224); Max value from RGB is 116 - color contains mainly: blue. Hex color #313B74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313B74 is #CEC48B. Grayscale: #3E3E3E. Windows color (decimal): -13550732 or 7617329. OLE color: 7617329.

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

Color convert

RGB 49 59 116 -
CMYK 0.58 0.49 0 0.55
HSL 231.04º 0.41% 0.32% -
HSV(B) 231.04º 0.58% 0.45% -
XYZ 5.98 5.04 17.18 -
YUV 62.51 158.19 118.37 -
System Red Green Blue C M Y K H S L
Decimal 49 59 116 0.58 0.49 0 0.55 231.04 0.41 0.32
Hex 31 3B 74 3A 31 0 37 E7 29 20
Octal 61 73 164 72 61 0 67 347 51 40
Binary 110001 111011 1110100 111010 110001 0 110111 11100111 101001 100000

Color Harmonies of #313B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313B74

Black with #313B74

Text Example


Text Example

White with #313B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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