Html Css Color HEX #313E63 Bay Of Many

📋 copy color: '#313E63'

red 49 ◦ green 62 ◦ blue 99

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

Shades of Bay Of Many #313E63

Tints of Bay Of Many #313E63

RGB

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

 GREEN value IS 62 (24.61% from 255) = 29.52%

 BLUE value IS 99 (39.06% from 255) = 47.14%

R = 23.33%
G = 29.52%
B = 47.14%

CMYK

 C value IS 0.51

 M value IS 0.37

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#313E63 (or 0x313E63) is known color: Bay Of Many. HEX triplet: 31, 3E and 63. RGB value is (49,62,99). Sum of RGB (Red+Green+Blue) = 49+62+99=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 62 (24.61% from 255 or 29.52% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 99 - color contains mainly: blue. Hex color #313E63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313E63 is #CEC19C. Grayscale: #3E3E3E. Windows color (decimal): -13549981 or 6503985. OLE color: 6503985.

HSL color Cylindrical-coordinate representation of color #313E63: hue angle of 224.4º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #313E63 is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 49 62 99 -
CMYK 0.51 0.37 0 0.61
HSL 224.4º 0.34% 0.29% -
HSV(B) 224.4º 0.51% 0.39% -
XYZ 5.24 5 12.49 -
YUV 62.33 148.69 118.49 -
System Red Green Blue C M Y K H S L
Decimal 49 62 99 0.51 0.37 0 0.61 224.4 0.34 0.29
Hex 31 3E 63 33 25 0 3D E0 22 1D
Octal 61 76 143 63 45 0 75 340 42 35
Binary 110001 111110 1100011 110011 100101 0 111101 11100000 100010 11101

Color Harmonies of #313E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313E63

Black with #313E63

Text Example


Text Example

White with #313E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,62,99); }

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

background-color css

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

 a { background-color: rgb(49,62,99); }

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

border-color css

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

 span { border-color: rgb(49,62,99); }

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