Html Css Color HEX #315766 Blumine

📋 copy color: '#315766'

red 49 ◦ green 87 ◦ blue 102

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

Shades of Blumine #315766

Tints of Blumine #315766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 42.86%

R = 20.59%
G = 36.55%
B = 42.86%

CMYK

 C value IS 0.52

 M value IS 0.15

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#315766 (or 0x315766) is known color: Blumine. HEX triplet: 31, 57 and 66. RGB value is (49,87,102). Sum of RGB (Red+Green+Blue) = 49+87+102=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 87 (34.38% from 255 or 36.55% from 238); Blue value is 102 (40.23% from 255 or 42.86% from 238); Max value from RGB is 102 - color contains mainly: blue. Hex color #315766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315766 is #CEA899. Grayscale: #4D4D4D. Windows color (decimal): -13543578 or 6706993. OLE color: 6706993.

HSL color Cylindrical-coordinate representation of color #315766: hue angle of 196.98º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #315766 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 49 87 102 -
CMYK 0.52 0.15 0 0.6
HSL 196.98º 0.35% 0.3% -
HSV(B) 196.98º 0.52% 0.4% -
XYZ 7.07 8.43 13.82 -
YUV 77.35 141.91 107.78 -
System Red Green Blue C M Y K H S L
Decimal 49 87 102 0.52 0.15 0 0.6 196.98 0.35 0.3
Hex 31 57 66 34 F 0 3C C5 23 1E
Octal 61 127 146 64 17 0 74 305 43 36
Binary 110001 1010111 1100110 110100 1111 0 111100 11000101 100011 11110

Color Harmonies of #315766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315766

Black with #315766

Text Example


Text Example

White with #315766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315766; }

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

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

background-color css

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

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

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

border-color css

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

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

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