Html Css Color HEX #313A75 Torea Bay

📋 copy color: '#313A75'

red 49 ◦ green 58 ◦ blue 117

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

Shades of Torea Bay #313A75

Tints of Torea Bay #313A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 52.23%

R = 21.88%
G = 25.89%
B = 52.23%

CMYK

 C value IS 0.58

 M value IS 0.50

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#313A75 (or 0x313A75) is known color: Torea Bay. HEX triplet: 31, 3A and 75. RGB value is (49,58,117). Sum of RGB (Red+Green+Blue) = 49+58+117=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #313A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313A75 is #CEC58A. Grayscale: #3D3D3D. Windows color (decimal): -13550987 or 7682609. OLE color: 7682609.

HSL color Cylindrical-coordinate representation of color #313A75: hue angle of 232.06º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #313A75 is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 58 117 -
CMYK 0.58 0.50 0 0.54
HSL 232.06º 0.41% 0.33% -
HSV(B) 232.06º 0.58% 0.46% -
XYZ 5.99 4.96 17.47 -
YUV 62.04 159.02 118.7 -
System Red Green Blue C M Y K H S L
Decimal 49 58 117 0.58 0.50 0 0.54 232.06 0.41 0.33
Hex 31 3A 75 3A 32 0 36 E8 29 21
Octal 61 72 165 72 62 0 66 350 51 41
Binary 110001 111010 1110101 111010 110010 0 110110 11101000 101001 100001

Color Harmonies of #313A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313A75

Black with #313A75

Text Example


Text Example

White with #313A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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