Html Css Color HEX #316275 Blumine

📋 copy color: '#316275'

red 49 ◦ green 98 ◦ blue 117

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

Shades of Blumine #316275

Tints of Blumine #316275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 44.32%

R = 18.56%
G = 37.12%
B = 44.32%

CMYK

 C value IS 0.58

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#316275 (or 0x316275) is known color: Blumine. HEX triplet: 31, 62 and 75. RGB value is (49,98,117). Sum of RGB (Red+Green+Blue) = 49+98+117=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 117 - color contains mainly: blue. Hex color #316275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316275 is #CE9D8A. Grayscale: #555555. Windows color (decimal): -13540747 or 7692849. OLE color: 7692849.

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

Color convert

RGB 49 98 117 -
CMYK 0.58 0.16 0 0.54
HSL 196.76º 0.41% 0.33% -
HSV(B) 196.76º 0.58% 0.46% -
XYZ 8.85 10.67 18.42 -
YUV 85.52 145.77 101.96 -
System Red Green Blue C M Y K H S L
Decimal 49 98 117 0.58 0.16 0 0.54 196.76 0.41 0.33
Hex 31 62 75 3A 10 0 36 C5 29 21
Octal 61 142 165 72 20 0 66 305 51 41
Binary 110001 1100010 1110101 111010 10000 0 110110 11000101 101001 100001

Color Harmonies of #316275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316275

Black with #316275

Text Example


Text Example

White with #316275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316275; }

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

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

background-color css

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

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

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

border-color css

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

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

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