Html Css Color HEX #315768 Blumine

📋 copy color: '#315768'

red 49 ◦ green 87 ◦ blue 104

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

Shades of Blumine #315768

Tints of Blumine #315768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 43.33%

R = 20.42%
G = 36.25%
B = 43.33%

CMYK

 C value IS 0.53

 M value IS 0.16

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#315768 (or 0x315768) is known color: Blumine. HEX triplet: 31, 57 and 68. RGB value is (49,87,104). Sum of RGB (Red+Green+Blue) = 49+87+104=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 87 (34.38% from 255 or 36.25% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 104 - color contains mainly: blue. Hex color #315768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315768 is #CEA897. Grayscale: #4D4D4D. Windows color (decimal): -13543576 or 6838065. OLE color: 6838065.

HSL color Cylindrical-coordinate representation of color #315768: hue angle of 198.55º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #315768 is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 49 87 104 -
CMYK 0.53 0.16 0 0.59
HSL 198.55º 0.36% 0.3% -
HSV(B) 198.55º 0.53% 0.41% -
XYZ 7.17 8.47 14.35 -
YUV 77.58 142.91 107.62 -
System Red Green Blue C M Y K H S L
Decimal 49 87 104 0.53 0.16 0 0.59 198.55 0.36 0.3
Hex 31 57 68 35 10 0 3B C7 24 1E
Octal 61 127 150 65 20 0 73 307 44 36
Binary 110001 1010111 1101000 110101 10000 0 111011 11000111 100100 11110

Color Harmonies of #315768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315768

Black with #315768

Text Example


Text Example

White with #315768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315768; }

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

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

background-color css

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

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

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

border-color css

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

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

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