Html Css Color HEX #316272 Blumine

📋 copy color: '#316272'

red 49 ◦ green 98 ◦ blue 114

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

Shades of Blumine #316272

Tints of Blumine #316272

RGB

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

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

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

R = 18.77%
G = 37.55%
B = 43.68%

CMYK

 C value IS 0.57

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#316272 (or 0x316272) is known color: Blumine. HEX triplet: 31, 62 and 72. RGB value is (49,98,114). Sum of RGB (Red+Green+Blue) = 49+98+114=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 114 - color contains mainly: blue. Hex color #316272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316272 is #CE9D8D. Grayscale: #555555. Windows color (decimal): -13540750 or 7496241. OLE color: 7496241.

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

Color convert

RGB 49 98 114 -
CMYK 0.57 0.14 0 0.55
HSL 194.77º 0.4% 0.32% -
HSV(B) 194.77º 0.57% 0.45% -
XYZ 8.67 10.6 17.51 -
YUV 85.17 144.27 102.2 -
System Red Green Blue C M Y K H S L
Decimal 49 98 114 0.57 0.14 0 0.55 194.77 0.4 0.32
Hex 31 62 72 39 E 0 37 C3 28 20
Octal 61 142 162 71 16 0 67 303 50 40
Binary 110001 1100010 1110010 111001 1110 0 110111 11000011 101000 100000

Color Harmonies of #316272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316272

Black with #316272

Text Example


Text Example

White with #316272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316272; }

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

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

background-color css

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

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

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

border-color css

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

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

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