Html Css Color HEX #316772 Blumine

📋 copy color: '#316772'

red 49 ◦ green 103 ◦ blue 114

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

Shades of Blumine #316772

Tints of Blumine #316772

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.72%

 BLUE value IS 114 (44.92% from 255) = 42.86%

R = 18.42%
G = 38.72%
B = 42.86%

CMYK

 C value IS 0.57

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#316772 (or 0x316772) is known color: Blumine. HEX triplet: 31, 67 and 72. RGB value is (49,103,114). Sum of RGB (Red+Green+Blue) = 49+103+114=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 103 (40.62% from 255 or 38.72% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 114 - color contains mainly: blue. Hex color #316772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316772 is #CE988D. Grayscale: #585858. Windows color (decimal): -13539470 or 7497521. OLE color: 7497521.

HSL color Cylindrical-coordinate representation of color #316772: hue angle of 190.15º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #316772 is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 103 114 -
CMYK 0.57 0.10 0 0.55
HSL 190.15º 0.4% 0.32% -
HSV(B) 190.15º 0.57% 0.45% -
XYZ 9.15 11.57 17.67 -
YUV 88.11 142.61 100.11 -
System Red Green Blue C M Y K H S L
Decimal 49 103 114 0.57 0.10 0 0.55 190.15 0.4 0.32
Hex 31 67 72 39 A 0 37 BE 28 20
Octal 61 147 162 71 12 0 67 276 50 40
Binary 110001 1100111 1110010 111001 1010 0 110111 10111110 101000 100000

Color Harmonies of #316772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316772

Black with #316772

Text Example


Text Example

White with #316772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316772; }

 p { color: rgb(49,103,114); }

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

background-color css

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

 a { background-color: rgb(49,103,114); }

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

border-color css

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

 span { border-color: rgb(49,103,114); }

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