Html Css Color HEX #316369 Blumine

📋 copy color: '#316369'

red 49 ◦ green 99 ◦ blue 105

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

Shades of Blumine #316369

Tints of Blumine #316369

RGB

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

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

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

R = 19.37%
G = 39.13%
B = 41.5%

CMYK

 C value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#316369 (or 0x316369) is known color: Blumine. HEX triplet: 31, 63 and 69. RGB value is (49,99,105). Sum of RGB (Red+Green+Blue) = 49+99+105=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 99 (39.06% from 255 or 39.13% from 253); Blue value is 105 (41.41% from 255 or 41.50% from 253); Max value from RGB is 105 - color contains mainly: blue. Hex color #316369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316369 is #CE9C96. Grayscale: #545454. Windows color (decimal): -13540503 or 6906673. OLE color: 6906673.

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

Color convert

RGB 49 99 105 -
CMYK 0.53 0.06 0 0.59
HSL 186.43º 0.36% 0.3% -
HSV(B) 186.43º 0.53% 0.41% -
XYZ 8.28 10.6 14.97 -
YUV 84.73 139.44 102.51 -
System Red Green Blue C M Y K H S L
Decimal 49 99 105 0.53 0.06 0 0.59 186.43 0.36 0.3
Hex 31 63 69 35 6 0 3B BA 24 1E
Octal 61 143 151 65 6 0 73 272 44 36
Binary 110001 1100011 1101001 110101 110 0 111011 10111010 100100 11110

Color Harmonies of #316369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316369

Black with #316369

Text Example


Text Example

White with #316369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316369; }

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

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

background-color css

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

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

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

border-color css

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

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

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