Html Css Color HEX #316273 Blumine

📋 copy color: '#316273'

red 49 ◦ green 98 ◦ blue 115

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

Shades of Blumine #316273

Tints of Blumine #316273

RGB

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

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

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

R = 18.7%
G = 37.4%
B = 43.89%

CMYK

 C value IS 0.57

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#316273 (or 0x316273) is known color: Blumine. HEX triplet: 31, 62 and 73. RGB value is (49,98,115). Sum of RGB (Red+Green+Blue) = 49+98+115=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 98 (38.67% from 255 or 37.40% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 115 - color contains mainly: blue. Hex color #316273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316273 is #CE9D8C. Grayscale: #555555. Windows color (decimal): -13540749 or 7561777. OLE color: 7561777.

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

Color convert

RGB 49 98 115 -
CMYK 0.57 0.15 0 0.55
HSL 195.45º 0.4% 0.32% -
HSV(B) 195.45º 0.57% 0.45% -
XYZ 8.73 10.63 17.81 -
YUV 85.29 144.77 102.12 -
System Red Green Blue C M Y K H S L
Decimal 49 98 115 0.57 0.15 0 0.55 195.45 0.4 0.32
Hex 31 62 73 39 F 0 37 C3 28 20
Octal 61 142 163 71 17 0 67 303 50 40
Binary 110001 1100010 1110011 111001 1111 0 110111 11000011 101000 100000

Color Harmonies of #316273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316273

Black with #316273

Text Example


Text Example

White with #316273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316273; }

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

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

background-color css

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

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

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

border-color css

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

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

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