Html Css Color HEX #316072 Blumine

📋 copy color: '#316072'

red 49 ◦ green 96 ◦ blue 114

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

Shades of Blumine #316072

Tints of Blumine #316072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.07%

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

R = 18.92%
G = 37.07%
B = 44.02%

CMYK

 C value IS 0.57

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#316072 (or 0x316072) is known color: Blumine. HEX triplet: 31, 60 and 72. RGB value is (49,96,114). Sum of RGB (Red+Green+Blue) = 49+96+114=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 114 (44.92% from 255 or 44.02% from 259); Max value from RGB is 114 - color contains mainly: blue. Hex color #316072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316072 is #CE9F8D. Grayscale: #535353. Windows color (decimal): -13541262 or 7495729. OLE color: 7495729.

HSL color Cylindrical-coordinate representation of color #316072: hue angle of 196.62º 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 #316072 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 96 114 -
CMYK 0.57 0.16 0 0.55
HSL 196.62º 0.4% 0.32% -
HSV(B) 196.62º 0.57% 0.45% -
XYZ 8.49 10.23 17.45 -
YUV 84 144.93 103.04 -
System Red Green Blue C M Y K H S L
Decimal 49 96 114 0.57 0.16 0 0.55 196.62 0.4 0.32
Hex 31 60 72 39 10 0 37 C5 28 20
Octal 61 140 162 71 20 0 67 305 50 40
Binary 110001 1100000 1110010 111001 10000 0 110111 11000101 101000 100000

Color Harmonies of #316072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316072

Black with #316072

Text Example


Text Example

White with #316072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316072; }

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

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

background-color css

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

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

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

border-color css

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

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

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