Html Css Color HEX #316373 Blumine

📋 copy color: '#316373'

red 49 ◦ green 99 ◦ blue 115

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

Shades of Blumine #316373

Tints of Blumine #316373

RGB

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

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

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

R = 18.63%
G = 37.64%
B = 43.73%

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

#316373 (or 0x316373) is known color: Blumine. HEX triplet: 31, 63 and 73. RGB value is (49,99,115). Sum of RGB (Red+Green+Blue) = 49+99+115=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 115 - color contains mainly: blue. Hex color #316373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316373 is #CE9C8C. Grayscale: #555555. Windows color (decimal): -13540493 or 7562033. OLE color: 7562033.

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

Color convert

RGB 49 99 115 -
CMYK 0.57 0.14 0 0.55
HSL 194.55º 0.4% 0.32% -
HSV(B) 194.55º 0.57% 0.45% -
XYZ 8.82 10.81 17.84 -
YUV 85.87 144.44 101.7 -
System Red Green Blue C M Y K H S L
Decimal 49 99 115 0.57 0.14 0 0.55 194.55 0.4 0.32
Hex 31 63 73 39 E 0 37 C3 28 20
Octal 61 143 163 71 16 0 67 303 50 40
Binary 110001 1100011 1110011 111001 1110 0 110111 11000011 101000 100000

Color Harmonies of #316373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316373

Black with #316373

Text Example


Text Example

White with #316373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316373; }

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

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

background-color css

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

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

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

border-color css

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

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

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