Html Css Color HEX #313C61 Bay Of Many

📋 copy color: '#313C61'

red 49 ◦ green 60 ◦ blue 97

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

Shades of Bay Of Many #313C61

Tints of Bay Of Many #313C61

RGB

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

 GREEN value IS 60 (23.83% from 255) = 29.13%

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

R = 23.79%
G = 29.13%
B = 47.09%

CMYK

 C value IS 0.49

 M value IS 0.38

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#313C61 (or 0x313C61) is known color: Bay Of Many. HEX triplet: 31, 3C and 61. RGB value is (49,60,97). Sum of RGB (Red+Green+Blue) = 49+60+97=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 97 (38.28% from 255 or 47.09% from 206); Max value from RGB is 97 - color contains mainly: blue. Hex color #313C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313C61 is #CEC39E. Grayscale: #3C3C3C. Windows color (decimal): -13550495 or 6372401. OLE color: 6372401.

HSL color Cylindrical-coordinate representation of color #313C61: hue angle of 226.25º 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 #313C61 is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 60 97 -
CMYK 0.49 0.38 0 0.62
HSL 226.25º 0.33% 0.29% -
HSV(B) 226.25º 0.49% 0.38% -
XYZ 5.04 4.75 11.96 -
YUV 60.93 148.36 119.49 -
System Red Green Blue C M Y K H S L
Decimal 49 60 97 0.49 0.38 0 0.62 226.25 0.33 0.29
Hex 31 3C 61 31 26 0 3E E2 21 1D
Octal 61 74 141 61 46 0 76 342 41 35
Binary 110001 111100 1100001 110001 100110 0 111110 11100010 100001 11101

Color Harmonies of #313C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313C61

Black with #313C61

Text Example


Text Example

White with #313C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313C61; }

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

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

background-color css

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

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

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

border-color css

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

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

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