Html Css Color HEX #313A79 Torea Bay

📋 copy color: '#313A79'

red 49 ◦ green 58 ◦ blue 121

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

Shades of Torea Bay #313A79

Tints of Torea Bay #313A79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 53.07%

R = 21.49%
G = 25.44%
B = 53.07%

CMYK

 C value IS 0.60

 M value IS 0.52

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#313A79 (or 0x313A79) is known color: Torea Bay. HEX triplet: 31, 3A and 79. RGB value is (49,58,121). Sum of RGB (Red+Green+Blue) = 49+58+121=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 58 (23.05% from 255 or 25.44% from 228); Blue value is 121 (47.66% from 255 or 53.07% from 228); Max value from RGB is 121 - color contains mainly: blue. Hex color #313A79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313A79 is #CEC586. Grayscale: #3E3E3E. Windows color (decimal): -13550983 or 7944753. OLE color: 7944753.

HSL color Cylindrical-coordinate representation of color #313A79: hue angle of 232.5º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #313A79 is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 58 121 -
CMYK 0.60 0.52 0 0.53
HSL 232.5º 0.42% 0.33% -
HSV(B) 232.5º 0.6% 0.47% -
XYZ 6.23 5.06 18.74 -
YUV 62.49 161.02 118.38 -
System Red Green Blue C M Y K H S L
Decimal 49 58 121 0.60 0.52 0 0.53 232.5 0.42 0.33
Hex 31 3A 79 3C 34 0 35 E8 2A 21
Octal 61 72 171 74 64 0 65 350 52 41
Binary 110001 111010 1111001 111100 110100 0 110101 11101000 101010 100001

Color Harmonies of #313A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313A79

Black with #313A79

Text Example


Text Example

White with #313A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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