Html Css Color HEX #316778 Blumine

📋 copy color: '#316778'

red 49 ◦ green 103 ◦ blue 120

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

Shades of Blumine #316778

Tints of Blumine #316778

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.87%

 BLUE value IS 120 (47.27% from 255) = 44.12%

R = 18.01%
G = 37.87%
B = 44.12%

CMYK

 C value IS 0.59

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#316778 (or 0x316778) is known color: Blumine. HEX triplet: 31, 67 and 78. RGB value is (49,103,120). Sum of RGB (Red+Green+Blue) = 49+103+120=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 120 (47.27% from 255 or 44.12% from 272); Max value from RGB is 120 - color contains mainly: blue. Hex color #316778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316778 is #CE9887. Grayscale: #585858. Windows color (decimal): -13539464 or 7890737. OLE color: 7890737.

HSL color Cylindrical-coordinate representation of color #316778: hue angle of 194.37º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #316778 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 103 120 -
CMYK 0.59 0.14 0 0.53
HSL 194.37º 0.42% 0.33% -
HSV(B) 194.37º 0.59% 0.47% -
XYZ 9.51 11.71 19.53 -
YUV 88.79 145.61 99.62 -
System Red Green Blue C M Y K H S L
Decimal 49 103 120 0.59 0.14 0 0.53 194.37 0.42 0.33
Hex 31 67 78 3B E 0 35 C2 2A 21
Octal 61 147 170 73 16 0 65 302 52 41
Binary 110001 1100111 1111000 111011 1110 0 110101 11000010 101010 100001

Color Harmonies of #316778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316778

Black with #316778

Text Example


Text Example

White with #316778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316778; }

 p { color: rgb(49,103,120); }

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

background-color css

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

 a { background-color: rgb(49,103,120); }

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

border-color css

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

 span { border-color: rgb(49,103,120); }

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