Html Css Color HEX #315951 Blue Dianne

📋 copy color: '#315951'

red 49 ◦ green 89 ◦ blue 81

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

Shades of Blue Dianne #315951

Tints of Blue Dianne #315951

RGB

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

 GREEN value IS 89 (35.16% from 255) = 40.64%

 BLUE value IS 81 (32.03% from 255) = 36.99%

R = 22.37%
G = 40.64%
B = 36.99%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#315951 (or 0x315951) is known color: Blue Dianne. HEX triplet: 31, 59 and 51. RGB value is (49,89,81). Sum of RGB (Red+Green+Blue) = 49+89+81=219 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.37% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 81 (32.03% from 255 or 36.99% from 219); Max value from RGB is 89 - color contains mainly: green. Hex color #315951 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315951 is #CEA6AE. Grayscale: #4C4C4C. Windows color (decimal): -13543087 or 5331249. OLE color: 5331249.

HSL color Cylindrical-coordinate representation of color #315951: hue angle of 168º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #315951 is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 89 81 -
CMYK 0.45 0 0.09 0.65
HSL 168º 0.29% 0.27% -
HSV(B) 168º 0.45% 0.35% -
XYZ 6.32 8.39 9.07 -
YUV 76.13 130.75 108.65 -
System Red Green Blue C M Y K H S L
Decimal 49 89 81 0.45 0 0.09 0.65 168 0.29 0.27
Hex 31 59 51 2D 0 9 41 A8 1D 1B
Octal 61 131 121 55 0 11 101 250 35 33
Binary 110001 1011001 1010001 101101 0 1001 1000001 10101000 11101 11011

Color Harmonies of #315951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315951

Black with #315951

Text Example


Text Example

White with #315951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315951; }

 p { color: rgb(49,89,81); }

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

background-color css

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

 a { background-color: rgb(49,89,81); }

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

border-color css

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

 span { border-color: rgb(49,89,81); }

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