Html Css Color HEX #316073 Blumine

📋 copy color: '#316073'

red 49 ◦ green 96 ◦ blue 115

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

Shades of Blumine #316073

Tints of Blumine #316073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 44.23%

R = 18.85%
G = 36.92%
B = 44.23%

CMYK

 C value IS 0.57

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#316073 (or 0x316073) is known color: Blumine. HEX triplet: 31, 60 and 73. RGB value is (49,96,115). Sum of RGB (Red+Green+Blue) = 49+96+115=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 115 - color contains mainly: blue. Hex color #316073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316073 is #CE9F8C. Grayscale: #535353. Windows color (decimal): -13541261 or 7561265. OLE color: 7561265.

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

Color convert

RGB 49 96 115 -
CMYK 0.57 0.17 0 0.55
HSL 197.27º 0.4% 0.32% -
HSV(B) 197.27º 0.57% 0.45% -
XYZ 8.54 10.26 17.75 -
YUV 84.11 145.43 102.96 -
System Red Green Blue C M Y K H S L
Decimal 49 96 115 0.57 0.17 0 0.55 197.27 0.4 0.32
Hex 31 60 73 39 11 0 37 C5 28 20
Octal 61 140 163 71 21 0 67 305 50 40
Binary 110001 1100000 1110011 111001 10001 0 110111 11000101 101000 100000

Color Harmonies of #316073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316073

Black with #316073

Text Example


Text Example

White with #316073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316073; }

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

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

background-color css

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

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

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

border-color css

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

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

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