Html Css Color HEX #313975 Torea Bay

📋 copy color: '#313975'

red 49 ◦ green 57 ◦ blue 117

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

Shades of Torea Bay #313975

Tints of Torea Bay #313975

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.56%

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

R = 21.97%
G = 25.56%
B = 52.47%

CMYK

 C value IS 0.58

 M value IS 0.51

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#313975 (or 0x313975) is known color: Torea Bay. HEX triplet: 31, 39 and 75. RGB value is (49,57,117). Sum of RGB (Red+Green+Blue) = 49+57+117=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #313975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313975 is #CEC68A. Grayscale: #3D3D3D. Windows color (decimal): -13551243 or 7682353. OLE color: 7682353.

HSL color Cylindrical-coordinate representation of color #313975: hue angle of 232.94º 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 #313975 is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 57 117 -
CMYK 0.58 0.51 0 0.54
HSL 232.94º 0.41% 0.33% -
HSV(B) 232.94º 0.58% 0.46% -
XYZ 5.94 4.86 17.46 -
YUV 61.45 159.35 119.12 -
System Red Green Blue C M Y K H S L
Decimal 49 57 117 0.58 0.51 0 0.54 232.94 0.41 0.33
Hex 31 39 75 3A 33 0 36 E9 29 21
Octal 61 71 165 72 63 0 66 351 51 41
Binary 110001 111001 1110101 111010 110011 0 110110 11101001 101001 100001

Color Harmonies of #313975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313975

Black with #313975

Text Example


Text Example

White with #313975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313975; }

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

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

background-color css

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

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

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

border-color css

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

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

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