Html Css Color HEX #316469 Blumine

📋 copy color: '#316469'

red 49 ◦ green 100 ◦ blue 105

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

Shades of Blumine #316469

Tints of Blumine #316469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 41.34%

R = 19.29%
G = 39.37%
B = 41.34%

CMYK

 C value IS 0.53

 M value IS 0.05

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#316469 (or 0x316469) is known color: Blumine. HEX triplet: 31, 64 and 69. RGB value is (49,100,105). Sum of RGB (Red+Green+Blue) = 49+100+105=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 100 (39.45% from 255 or 39.37% from 254); Blue value is 105 (41.41% from 255 or 41.34% from 254); Max value from RGB is 105 - color contains mainly: blue. Hex color #316469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316469 is #CE9B96. Grayscale: #555555. Windows color (decimal): -13540247 or 6906929. OLE color: 6906929.

HSL color Cylindrical-coordinate representation of color #316469: hue angle of 185.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 #316469 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 49 100 105 -
CMYK 0.53 0.05 0 0.59
HSL 185.36º 0.36% 0.3% -
HSV(B) 185.36º 0.53% 0.41% -
XYZ 8.37 10.79 15.01 -
YUV 85.32 139.1 102.09 -
System Red Green Blue C M Y K H S L
Decimal 49 100 105 0.53 0.05 0 0.59 185.36 0.36 0.3
Hex 31 64 69 35 5 0 3B B9 24 1E
Octal 61 144 151 65 5 0 73 271 44 36
Binary 110001 1100100 1101001 110101 101 0 111011 10111001 100100 11110

Color Harmonies of #316469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316469

Black with #316469

Text Example


Text Example

White with #316469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316469; }

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

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

background-color css

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

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

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

border-color css

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

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

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