Html Css Color HEX #316468 Blumine

📋 copy color: '#316468'

red 49 ◦ green 100 ◦ blue 104

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

Shades of Blumine #316468

Tints of Blumine #316468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 41.11%

R = 19.37%
G = 39.53%
B = 41.11%

CMYK

 C value IS 0.53

 M value IS 0.04

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#316468 (or 0x316468) is known color: Blumine. HEX triplet: 31, 64 and 68. RGB value is (49,100,104). Sum of RGB (Red+Green+Blue) = 49+100+104=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 100 (39.45% from 255 or 39.53% from 253); Blue value is 104 (41.02% from 255 or 41.11% from 253); Max value from RGB is 104 - color contains mainly: blue. Hex color #316468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316468 is #CE9B97. Grayscale: #555555. Windows color (decimal): -13540248 or 6841393. OLE color: 6841393.

HSL color Cylindrical-coordinate representation of color #316468: hue angle of 184.36º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #316468 is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 49 100 104 -
CMYK 0.53 0.04 0 0.59
HSL 184.36º 0.36% 0.3% -
HSV(B) 184.36º 0.53% 0.41% -
XYZ 8.32 10.77 14.74 -
YUV 85.21 138.6 102.17 -
System Red Green Blue C M Y K H S L
Decimal 49 100 104 0.53 0.04 0 0.59 184.36 0.36 0.3
Hex 31 64 68 35 4 0 3B B8 24 1E
Octal 61 144 150 65 4 0 73 270 44 36
Binary 110001 1100100 1101000 110101 100 0 111011 10111000 100100 11110

Color Harmonies of #316468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316468

Black with #316468

Text Example


Text Example

White with #316468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316468; }

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

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

background-color css

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

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

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

border-color css

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

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

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