Html Css Color HEX #315763 Blumine

📋 copy color: '#315763'

red 49 ◦ green 87 ◦ blue 99

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

Shades of Blumine #315763

Tints of Blumine #315763

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.02%

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

R = 20.85%
G = 37.02%
B = 42.13%

CMYK

 C value IS 0.51

 M value IS 0.12

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#315763 (or 0x315763) is known color: Blumine. HEX triplet: 31, 57 and 63. RGB value is (49,87,99). Sum of RGB (Red+Green+Blue) = 49+87+99=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 87 (34.38% from 255 or 37.02% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 99 - color contains mainly: blue. Hex color #315763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315763 is #CEA89C. Grayscale: #4C4C4C. Windows color (decimal): -13543581 or 6510385. OLE color: 6510385.

HSL color Cylindrical-coordinate representation of color #315763: hue angle of 194.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 #315763 is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 49 87 99 -
CMYK 0.51 0.12 0 0.61
HSL 194.4º 0.34% 0.29% -
HSV(B) 194.4º 0.51% 0.39% -
XYZ 6.93 8.37 13.05 -
YUV 77.01 140.41 108.02 -
System Red Green Blue C M Y K H S L
Decimal 49 87 99 0.51 0.12 0 0.61 194.4 0.34 0.29
Hex 31 57 63 33 C 0 3D C2 22 1D
Octal 61 127 143 63 14 0 75 302 42 35
Binary 110001 1010111 1100011 110011 1100 0 111101 11000010 100010 11101

Color Harmonies of #315763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315763

Black with #315763

Text Example


Text Example

White with #315763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315763; }

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

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

background-color css

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

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

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

border-color css

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

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

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