Html Css Color HEX #315750 Blue Dianne

📋 copy color: '#315750'

red 49 ◦ green 87 ◦ blue 80

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

Shades of Blue Dianne #315750

Tints of Blue Dianne #315750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 37.04%

R = 22.69%
G = 40.28%
B = 37.04%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#315750 (or 0x315750) is known color: Blue Dianne. HEX triplet: 31, 57 and 50. RGB value is (49,87,80). Sum of RGB (Red+Green+Blue) = 49+87+80=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 87 (34.38% from 255 or 40.28% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 87 - color contains mainly: green. Hex color #315750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315750 is #CEA8AF. Grayscale: #4A4A4A. Windows color (decimal): -13543600 or 5265201. OLE color: 5265201.

HSL color Cylindrical-coordinate representation of color #315750: hue angle of 168.95º 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 #315750 is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB 49 87 80 -
CMYK 0.44 0 0.08 0.66
HSL 168.95º 0.28% 0.27% -
HSV(B) 168.95º 0.44% 0.34% -
XYZ 6.12 8.05 8.82 -
YUV 74.84 130.91 109.57 -
System Red Green Blue C M Y K H S L
Decimal 49 87 80 0.44 0 0.08 0.66 168.95 0.28 0.27
Hex 31 57 50 2C 0 8 42 A9 1C 1B
Octal 61 127 120 54 0 10 102 251 34 33
Binary 110001 1010111 1010000 101100 0 1000 1000010 10101001 11100 11011

Color Harmonies of #315750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315750

Black with #315750

Text Example


Text Example

White with #315750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315750; }

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

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

background-color css

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

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

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

border-color css

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

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

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