Html Css Color HEX #315751 Blue Dianne

📋 copy color: '#315751'

red 49 ◦ green 87 ◦ blue 81

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

Shades of Blue Dianne #315751

Tints of Blue Dianne #315751

RGB

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

 GREEN value IS 87 (34.38% from 255) = 40.09%

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

R = 22.58%
G = 40.09%
B = 37.33%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#315751 (or 0x315751) is known color: Blue Dianne. HEX triplet: 31, 57 and 51. RGB value is (49,87,81). Sum of RGB (Red+Green+Blue) = 49+87+81=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 87 (34.38% from 255 or 40.09% from 217); Blue value is 81 (32.03% from 255 or 37.33% from 217); Max value from RGB is 87 - color contains mainly: green. Hex color #315751 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315751 is #CEA8AE. Grayscale: #4A4A4A. Windows color (decimal): -13543599 or 5330737. OLE color: 5330737.

HSL color Cylindrical-coordinate representation of color #315751: hue angle of 170.53º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #315751 is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB 49 87 81 -
CMYK 0.44 0 0.07 0.66
HSL 170.53º 0.28% 0.27% -
HSV(B) 170.53º 0.44% 0.34% -
XYZ 6.16 8.06 9.02 -
YUV 74.95 131.41 109.49 -
System Red Green Blue C M Y K H S L
Decimal 49 87 81 0.44 0 0.07 0.66 170.53 0.28 0.27
Hex 31 57 51 2C 0 7 42 AB 1C 1B
Octal 61 127 121 54 0 7 102 253 34 33
Binary 110001 1010111 1010001 101100 0 111 1000010 10101011 11100 11011

Color Harmonies of #315751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315751

Black with #315751

Text Example


Text Example

White with #315751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315751; }

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

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

background-color css

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

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

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

border-color css

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

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

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