Html Css Color HEX #313761 Bay Of Many

📋 copy color: '#313761'

red 49 ◦ green 55 ◦ blue 97

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

Shades of Bay Of Many #313761

Tints of Bay Of Many #313761

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.36%

 BLUE value IS 97 (38.28% from 255) = 48.26%

R = 24.38%
G = 27.36%
B = 48.26%

CMYK

 C value IS 0.49

 M value IS 0.43

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#313761 (or 0x313761) is known color: Bay Of Many. HEX triplet: 31, 37 and 61. RGB value is (49,55,97). Sum of RGB (Red+Green+Blue) = 49+55+97=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 97 (38.28% from 255 or 48.26% from 201); Max value from RGB is 97 - color contains mainly: blue. Hex color #313761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313761 is #CEC89E. Grayscale: #393939. Windows color (decimal): -13551775 or 6371121. OLE color: 6371121.

HSL color Cylindrical-coordinate representation of color #313761: hue angle of 232.5º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #313761 is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 55 97 -
CMYK 0.49 0.43 0 0.62
HSL 232.5º 0.33% 0.29% -
HSV(B) 232.5º 0.49% 0.38% -
XYZ 4.79 4.25 11.88 -
YUV 57.99 150.01 121.58 -
System Red Green Blue C M Y K H S L
Decimal 49 55 97 0.49 0.43 0 0.62 232.5 0.33 0.29
Hex 31 37 61 31 2B 0 3E E8 21 1D
Octal 61 67 141 61 53 0 76 350 41 35
Binary 110001 110111 1100001 110001 101011 0 111110 11101000 100001 11101

Color Harmonies of #313761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313761

Black with #313761

Text Example


Text Example

White with #313761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313761; }

 p { color: rgb(49,55,97); }

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

background-color css

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

 a { background-color: rgb(49,55,97); }

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

border-color css

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

 span { border-color: rgb(49,55,97); }

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