Html Css Color HEX #316274 Blumine

📋 copy color: '#316274'

red 49 ◦ green 98 ◦ blue 116

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

Shades of Blumine #316274

Tints of Blumine #316274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 44.11%

R = 18.63%
G = 37.26%
B = 44.11%

CMYK

 C value IS 0.58

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#316274 (or 0x316274) is known color: Blumine. HEX triplet: 31, 62 and 74. RGB value is (49,98,116). Sum of RGB (Red+Green+Blue) = 49+98+116=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 98 (38.67% from 255 or 37.26% from 263); Blue value is 116 (45.70% from 255 or 44.11% from 263); Max value from RGB is 116 - color contains mainly: blue. Hex color #316274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316274 is #CE9D8B. Grayscale: #555555. Windows color (decimal): -13540748 or 7627313. OLE color: 7627313.

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

Color convert

RGB 49 98 116 -
CMYK 0.58 0.16 0 0.55
HSL 196.12º 0.41% 0.32% -
HSV(B) 196.12º 0.58% 0.45% -
XYZ 8.79 10.65 18.12 -
YUV 85.4 145.27 102.04 -
System Red Green Blue C M Y K H S L
Decimal 49 98 116 0.58 0.16 0 0.55 196.12 0.41 0.32
Hex 31 62 74 3A 10 0 37 C4 29 20
Octal 61 142 164 72 20 0 67 304 51 40
Binary 110001 1100010 1110100 111010 10000 0 110111 11000100 101001 100000

Color Harmonies of #316274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316274

Black with #316274

Text Example


Text Example

White with #316274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316274; }

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

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

background-color css

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

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

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

border-color css

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

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

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