Html Css Color HEX #316277 Blumine

📋 copy color: '#316277'

red 49 ◦ green 98 ◦ blue 119

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

Shades of Blumine #316277

Tints of Blumine #316277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 44.74%

R = 18.42%
G = 36.84%
B = 44.74%

CMYK

 C value IS 0.59

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#316277 (or 0x316277) is known color: Blumine. HEX triplet: 31, 62 and 77. RGB value is (49,98,119). Sum of RGB (Red+Green+Blue) = 49+98+119=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 119 (46.88% from 255 or 44.74% from 266); Max value from RGB is 119 - color contains mainly: blue. Hex color #316277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316277 is #CE9D88. Grayscale: #555555. Windows color (decimal): -13540745 or 7823921. OLE color: 7823921.

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

Color convert

RGB 49 98 119 -
CMYK 0.59 0.18 0 0.53
HSL 198º 0.42% 0.33% -
HSV(B) 198º 0.59% 0.47% -
XYZ 8.96 10.72 19.05 -
YUV 85.74 146.77 101.79 -
System Red Green Blue C M Y K H S L
Decimal 49 98 119 0.59 0.18 0 0.53 198 0.42 0.33
Hex 31 62 77 3B 12 0 35 C6 2A 21
Octal 61 142 167 73 22 0 65 306 52 41
Binary 110001 1100010 1110111 111011 10010 0 110101 11000110 101010 100001

Color Harmonies of #316277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316277

Black with #316277

Text Example


Text Example

White with #316277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316277; }

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

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

background-color css

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

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

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

border-color css

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

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

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