Html Css Color HEX #316279 Blumine

📋 copy color: '#316279'

red 49 ◦ green 98 ◦ blue 121

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

Shades of Blumine #316279

Tints of Blumine #316279

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.57%

 BLUE value IS 121 (47.66% from 255) = 45.15%

R = 18.28%
G = 36.57%
B = 45.15%

CMYK

 C value IS 0.60

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#316279 (or 0x316279) is known color: Blumine. HEX triplet: 31, 62 and 79. RGB value is (49,98,121). Sum of RGB (Red+Green+Blue) = 49+98+121=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 121 (47.66% from 255 or 45.15% from 268); Max value from RGB is 121 - color contains mainly: blue. Hex color #316279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316279 is #CE9D86. Grayscale: #555555. Windows color (decimal): -13540743 or 7954993. OLE color: 7954993.

HSL color Cylindrical-coordinate representation of color #316279: hue angle of 199.17º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #316279 is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 98 121 -
CMYK 0.60 0.19 0 0.53
HSL 199.17º 0.42% 0.33% -
HSV(B) 199.17º 0.6% 0.47% -
XYZ 9.09 10.77 19.69 -
YUV 85.97 147.77 101.63 -
System Red Green Blue C M Y K H S L
Decimal 49 98 121 0.60 0.19 0 0.53 199.17 0.42 0.33
Hex 31 62 79 3C 13 0 35 C7 2A 21
Octal 61 142 171 74 23 0 65 307 52 41
Binary 110001 1100010 1111001 111100 10011 0 110101 11000111 101010 100001

Color Harmonies of #316279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316279

Black with #316279

Text Example


Text Example

White with #316279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316279; }

 p { color: rgb(49,98,121); }

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

background-color css

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

 a { background-color: rgb(49,98,121); }

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

border-color css

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

 span { border-color: rgb(49,98,121); }

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