Html Css Color HEX #316375 Blumine

📋 copy color: '#316375'

red 49 ◦ green 99 ◦ blue 117

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

Shades of Blumine #316375

Tints of Blumine #316375

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.36%

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

R = 18.49%
G = 37.36%
B = 44.15%

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

#316375 (or 0x316375) is known color: Blumine. HEX triplet: 31, 63 and 75. RGB value is (49,99,117). Sum of RGB (Red+Green+Blue) = 49+99+117=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 117 - color contains mainly: blue. Hex color #316375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316375 is #CE9C8A. Grayscale: #555555. Windows color (decimal): -13540491 or 7693105. OLE color: 7693105.

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

Color convert

RGB 49 99 117 -
CMYK 0.58 0.15 0 0.54
HSL 195.88º 0.41% 0.33% -
HSV(B) 195.88º 0.58% 0.46% -
XYZ 8.94 10.86 18.45 -
YUV 86.1 145.44 101.54 -
System Red Green Blue C M Y K H S L
Decimal 49 99 117 0.58 0.15 0 0.54 195.88 0.41 0.33
Hex 31 63 75 3A F 0 36 C4 29 21
Octal 61 143 165 72 17 0 66 304 51 41
Binary 110001 1100011 1110101 111010 1111 0 110110 11000100 101001 100001

Color Harmonies of #316375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316375

Black with #316375

Text Example


Text Example

White with #316375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316375; }

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

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

background-color css

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

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

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

border-color css

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

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

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