Html Css Color HEX #316A74 Blumine

📋 copy color: '#316A74'

red 49 ◦ green 106 ◦ blue 116

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

Shades of Blumine #316A74

Tints of Blumine #316A74

RGB

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

 GREEN value IS 106 (41.8% from 255) = 39.11%

 BLUE value IS 116 (45.7% from 255) = 42.8%

R = 18.08%
G = 39.11%
B = 42.8%

CMYK

 C value IS 0.58

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#316A74 (or 0x316A74) is known color: Blumine. HEX triplet: 31, 6A and 74. RGB value is (49,106,116). Sum of RGB (Red+Green+Blue) = 49+106+116=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 106 (41.80% from 255 or 39.11% from 271); Blue value is 116 (45.70% from 255 or 42.80% from 271); Max value from RGB is 116 - color contains mainly: blue. Hex color #316A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316A74 is #CE958B. Grayscale: #5A5A5A. Windows color (decimal): -13538700 or 7629361. OLE color: 7629361.

HSL color Cylindrical-coordinate representation of color #316A74: hue angle of 188.96º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #316A74 is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 106 116 -
CMYK 0.58 0.09 0 0.55
HSL 188.96º 0.41% 0.32% -
HSV(B) 188.96º 0.58% 0.45% -
XYZ 9.57 12.22 18.38 -
YUV 90.1 142.62 98.69 -
System Red Green Blue C M Y K H S L
Decimal 49 106 116 0.58 0.09 0 0.55 188.96 0.41 0.32
Hex 31 6A 74 3A 9 0 37 BD 29 20
Octal 61 152 164 72 11 0 67 275 51 40
Binary 110001 1101010 1110100 111010 1001 0 110111 10111101 101001 100000

Color Harmonies of #316A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316A74

Black with #316A74

Text Example


Text Example

White with #316A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316A74; }

 p { color: rgb(49,106,116); }

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

background-color css

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

 a { background-color: rgb(49,106,116); }

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

border-color css

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

 span { border-color: rgb(49,106,116); }

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