Html Css Color HEX #316377 Blumine

📋 copy color: '#316377'

red 49 ◦ green 99 ◦ blue 119

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

Shades of Blumine #316377

Tints of Blumine #316377

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.08%

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

R = 18.35%
G = 37.08%
B = 44.57%

CMYK

 C value IS 0.59

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#316377 (or 0x316377) is known color: Blumine. HEX triplet: 31, 63 and 77. RGB value is (49,99,119). Sum of RGB (Red+Green+Blue) = 49+99+119=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 119 (46.88% from 255 or 44.57% from 267); Max value from RGB is 119 - color contains mainly: blue. Hex color #316377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316377 is #CE9C88. Grayscale: #565656. Windows color (decimal): -13540489 or 7824177. OLE color: 7824177.

HSL color Cylindrical-coordinate representation of color #316377: hue angle of 197.14º 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 #316377 is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 99 119 -
CMYK 0.59 0.17 0 0.53
HSL 197.14º 0.42% 0.33% -
HSV(B) 197.14º 0.59% 0.47% -
XYZ 9.06 10.91 19.08 -
YUV 86.33 146.44 101.37 -
System Red Green Blue C M Y K H S L
Decimal 49 99 119 0.59 0.17 0 0.53 197.14 0.42 0.33
Hex 31 63 77 3B 11 0 35 C5 2A 21
Octal 61 143 167 73 21 0 65 305 52 41
Binary 110001 1100011 1110111 111011 10001 0 110101 11000101 101010 100001

Color Harmonies of #316377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316377

Black with #316377

Text Example


Text Example

White with #316377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316377; }

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

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

background-color css

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

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

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

border-color css

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

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

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