Html Css Color HEX #313375 Torea Bay

📋 copy color: '#313375'

red 49 ◦ green 51 ◦ blue 117

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

Shades of Torea Bay #313375

Tints of Torea Bay #313375

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.5%

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

R = 22.58%
G = 23.5%
B = 53.92%

CMYK

 C value IS 0.58

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#313375 (or 0x313375) is known color: Torea Bay. HEX triplet: 31, 33 and 75. RGB value is (49,51,117). Sum of RGB (Red+Green+Blue) = 49+51+117=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #313375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313375 is #CECC8A. Grayscale: #393939. Windows color (decimal): -13552779 or 7680817. OLE color: 7680817.

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

Color convert

RGB 49 51 117 -
CMYK 0.58 0.56 0 0.54
HSL 238.24º 0.41% 0.33% -
HSV(B) 238.24º 0.58% 0.46% -
XYZ 5.66 4.3 17.36 -
YUV 57.93 161.34 121.63 -
System Red Green Blue C M Y K H S L
Decimal 49 51 117 0.58 0.56 0 0.54 238.24 0.41 0.33
Hex 31 33 75 3A 38 0 36 EE 29 21
Octal 61 63 165 72 70 0 66 356 51 41
Binary 110001 110011 1110101 111010 111000 0 110110 11101110 101001 100001

Color Harmonies of #313375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313375

Black with #313375

Text Example


Text Example

White with #313375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313375; }

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

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

background-color css

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

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

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

border-color css

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

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

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