Html Css Color HEX #316475 Blumine

📋 copy color: '#316475'

red 49 ◦ green 100 ◦ blue 117

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

Shades of Blumine #316475

Tints of Blumine #316475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.59%

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

R = 18.42%
G = 37.59%
B = 43.98%

CMYK

 C value IS 0.58

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#316475 (or 0x316475) is known color: Blumine. HEX triplet: 31, 64 and 75. RGB value is (49,100,117). Sum of RGB (Red+Green+Blue) = 49+100+117=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 100 (39.45% from 255 or 37.59% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 117 - color contains mainly: blue. Hex color #316475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316475 is #CE9B8A. Grayscale: #565656. Windows color (decimal): -13540235 or 7693361. OLE color: 7693361.

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

Color convert

RGB 49 100 117 -
CMYK 0.58 0.15 0 0.54
HSL 195º 0.41% 0.33% -
HSV(B) 195º 0.58% 0.46% -
XYZ 9.03 11.05 18.49 -
YUV 86.69 145.1 101.12 -
System Red Green Blue C M Y K H S L
Decimal 49 100 117 0.58 0.15 0 0.54 195 0.41 0.33
Hex 31 64 75 3A F 0 36 C3 29 21
Octal 61 144 165 72 17 0 66 303 51 41
Binary 110001 1100100 1110101 111010 1111 0 110110 11000011 101001 100001

Color Harmonies of #316475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316475

Black with #316475

Text Example


Text Example

White with #316475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316475; }

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

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

background-color css

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

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

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

border-color css

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

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

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