Html Css Color HEX #316779 Blumine

📋 copy color: '#316779'

red 49 ◦ green 103 ◦ blue 121

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

Shades of Blumine #316779

Tints of Blumine #316779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 44.32%

R = 17.95%
G = 37.73%
B = 44.32%

CMYK

 C value IS 0.60

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#316779 (or 0x316779) is known color: Blumine. HEX triplet: 31, 67 and 79. RGB value is (49,103,121). Sum of RGB (Red+Green+Blue) = 49+103+121=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 121 (47.66% from 255 or 44.32% from 273); Max value from RGB is 121 - color contains mainly: blue. Hex color #316779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316779 is #CE9886. Grayscale: #585858. Windows color (decimal): -13539463 or 7956273. OLE color: 7956273.

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

Color convert

RGB 49 103 121 -
CMYK 0.60 0.15 0 0.53
HSL 195º 0.42% 0.33% -
HSV(B) 195º 0.6% 0.47% -
XYZ 9.57 11.73 19.85 -
YUV 88.91 146.11 99.54 -
System Red Green Blue C M Y K H S L
Decimal 49 103 121 0.60 0.15 0 0.53 195 0.42 0.33
Hex 31 67 79 3C F 0 35 C3 2A 21
Octal 61 147 171 74 17 0 65 303 52 41
Binary 110001 1100111 1111001 111100 1111 0 110101 11000011 101010 100001

Color Harmonies of #316779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316779

Black with #316779

Text Example


Text Example

White with #316779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316779; }

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

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

background-color css

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

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

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

border-color css

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

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

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