Html Css Color HEX #313675 Torea Bay

📋 copy color: '#313675'

red 49 ◦ green 54 ◦ blue 117

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

Shades of Torea Bay #313675

Tints of Torea Bay #313675

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.55%

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

R = 22.27%
G = 24.55%
B = 53.18%

CMYK

 C value IS 0.58

 M value IS 0.54

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#313675 (or 0x313675) is known color: Torea Bay. HEX triplet: 31, 36 and 75. RGB value is (49,54,117). Sum of RGB (Red+Green+Blue) = 49+54+117=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #313675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313675 is #CEC98A. Grayscale: #3B3B3B. Windows color (decimal): -13552011 or 7681585. OLE color: 7681585.

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

Color convert

RGB 49 54 117 -
CMYK 0.58 0.54 0 0.54
HSL 235.59º 0.41% 0.33% -
HSV(B) 235.59º 0.58% 0.46% -
XYZ 5.8 4.58 17.41 -
YUV 59.69 160.34 120.38 -
System Red Green Blue C M Y K H S L
Decimal 49 54 117 0.58 0.54 0 0.54 235.59 0.41 0.33
Hex 31 36 75 3A 36 0 36 EC 29 21
Octal 61 66 165 72 66 0 66 354 51 41
Binary 110001 110110 1110101 111010 110110 0 110110 11101100 101001 100001

Color Harmonies of #313675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313675

Black with #313675

Text Example


Text Example

White with #313675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313675; }

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

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

background-color css

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

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

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

border-color css

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

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

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