Html Css Color HEX #313875 Torea Bay

📋 copy color: '#313875'

red 49 ◦ green 56 ◦ blue 117

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

Shades of Torea Bay #313875

Tints of Torea Bay #313875

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.23%

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

R = 22.07%
G = 25.23%
B = 52.7%

CMYK

 C value IS 0.58

 M value IS 0.52

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#313875 (or 0x313875) is known color: Torea Bay. HEX triplet: 31, 38 and 75. RGB value is (49,56,117). Sum of RGB (Red+Green+Blue) = 49+56+117=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 117 (46.09% from 255 or 52.70% from 222); Max value from RGB is 117 - color contains mainly: blue. Hex color #313875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313875 is #CEC78A. Grayscale: #3C3C3C. Windows color (decimal): -13551499 or 7682097. OLE color: 7682097.

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

Color convert

RGB 49 56 117 -
CMYK 0.58 0.52 0 0.54
HSL 233.82º 0.41% 0.33% -
HSV(B) 233.82º 0.58% 0.46% -
XYZ 5.89 4.77 17.44 -
YUV 60.86 159.68 119.54 -
System Red Green Blue C M Y K H S L
Decimal 49 56 117 0.58 0.52 0 0.54 233.82 0.41 0.33
Hex 31 38 75 3A 34 0 36 EA 29 21
Octal 61 70 165 72 64 0 66 352 51 41
Binary 110001 111000 1110101 111010 110100 0 110110 11101010 101001 100001

Color Harmonies of #313875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313875

Black with #313875

Text Example


Text Example

White with #313875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313875; }

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

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

background-color css

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

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

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

border-color css

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

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

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