Html Css Color HEX #315663 Blumine

📋 copy color: '#315663'

red 49 ◦ green 86 ◦ blue 99

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

Shades of Blumine #315663

Tints of Blumine #315663

RGB

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

 GREEN value IS 86 (33.98% from 255) = 36.75%

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

R = 20.94%
G = 36.75%
B = 42.31%

CMYK

 C value IS 0.51

 M value IS 0.13

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#315663 (or 0x315663) is known color: Blumine. HEX triplet: 31, 56 and 63. RGB value is (49,86,99). Sum of RGB (Red+Green+Blue) = 49+86+99=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 86 (33.98% from 255 or 36.75% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 99 - color contains mainly: blue. Hex color #315663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315663 is #CEA99C. Grayscale: #4C4C4C. Windows color (decimal): -13543837 or 6510129. OLE color: 6510129.

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

Color convert

RGB 49 86 99 -
CMYK 0.51 0.13 0 0.61
HSL 195.6º 0.34% 0.29% -
HSV(B) 195.6º 0.51% 0.39% -
XYZ 6.85 8.21 13.03 -
YUV 76.42 140.74 108.44 -
System Red Green Blue C M Y K H S L
Decimal 49 86 99 0.51 0.13 0 0.61 195.6 0.34 0.29
Hex 31 56 63 33 D 0 3D C4 22 1D
Octal 61 126 143 63 15 0 75 304 42 35
Binary 110001 1010110 1100011 110011 1101 0 111101 11000100 100010 11101

Color Harmonies of #315663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315663

Black with #315663

Text Example


Text Example

White with #315663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315663; }

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

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

background-color css

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

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

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

border-color css

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

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

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