Html Css Color HEX #316775 Blumine

📋 copy color: '#316775'

red 49 ◦ green 103 ◦ blue 117

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

Shades of Blumine #316775

Tints of Blumine #316775

RGB

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

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

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

R = 18.22%
G = 38.29%
B = 43.49%

CMYK

 C value IS 0.58

 M value IS 0.12

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#316775 (or 0x316775) is known color: Blumine. HEX triplet: 31, 67 and 75. RGB value is (49,103,117). Sum of RGB (Red+Green+Blue) = 49+103+117=269 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.22% from 269); Green value is 103 (40.62% from 255 or 38.29% from 269); Blue value is 117 (46.09% from 255 or 43.49% from 269); Max value from RGB is 117 - color contains mainly: blue. Hex color #316775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316775 is #CE988A. Grayscale: #585858. Windows color (decimal): -13539467 or 7694129. OLE color: 7694129.

HSL color Cylindrical-coordinate representation of color #316775: hue angle of 192.35º 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 #316775 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 103 117 -
CMYK 0.58 0.12 0 0.54
HSL 192.35º 0.41% 0.33% -
HSV(B) 192.35º 0.58% 0.46% -
XYZ 9.33 11.64 18.58 -
YUV 88.45 144.11 99.86 -
System Red Green Blue C M Y K H S L
Decimal 49 103 117 0.58 0.12 0 0.54 192.35 0.41 0.33
Hex 31 67 75 3A C 0 36 C0 29 21
Octal 61 147 165 72 14 0 66 300 51 41
Binary 110001 1100111 1110101 111010 1100 0 110110 11000000 101001 100001

Color Harmonies of #316775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316775

Black with #316775

Text Example


Text Example

White with #316775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316775; }

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

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

background-color css

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

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

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

border-color css

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

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

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