Html Css Color HEX #316372 Blumine

📋 copy color: '#316372'

red 49 ◦ green 99 ◦ blue 114

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

Shades of Blumine #316372

Tints of Blumine #316372

RGB

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

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

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

R = 18.7%
G = 37.79%
B = 43.51%

CMYK

 C value IS 0.57

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#316372 (or 0x316372) is known color: Blumine. HEX triplet: 31, 63 and 72. RGB value is (49,99,114). Sum of RGB (Red+Green+Blue) = 49+99+114=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 99 (39.06% from 255 or 37.79% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 114 - color contains mainly: blue. Hex color #316372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316372 is #CE9C8D. Grayscale: #555555. Windows color (decimal): -13540494 or 7496497. OLE color: 7496497.

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

Color convert

RGB 49 99 114 -
CMYK 0.57 0.13 0 0.55
HSL 193.85º 0.4% 0.32% -
HSV(B) 193.85º 0.57% 0.45% -
XYZ 8.77 10.79 17.54 -
YUV 85.76 143.94 101.78 -
System Red Green Blue C M Y K H S L
Decimal 49 99 114 0.57 0.13 0 0.55 193.85 0.4 0.32
Hex 31 63 72 39 D 0 37 C2 28 20
Octal 61 143 162 71 15 0 67 302 50 40
Binary 110001 1100011 1110010 111001 1101 0 110111 11000010 101000 100000

Color Harmonies of #316372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316372

Black with #316372

Text Example


Text Example

White with #316372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316372; }

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

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

background-color css

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

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

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

border-color css

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

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

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