Html Css Color HEX #315851 Blue Dianne

📋 copy color: '#315851'

red 49 ◦ green 88 ◦ blue 81

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

Shades of Blue Dianne #315851

Tints of Blue Dianne #315851

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40.37%

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

R = 22.48%
G = 40.37%
B = 37.16%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#315851 (or 0x315851) is known color: Blue Dianne. HEX triplet: 31, 58 and 51. RGB value is (49,88,81). Sum of RGB (Red+Green+Blue) = 49+88+81=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 88 (34.77% from 255 or 40.37% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 88 - color contains mainly: green. Hex color #315851 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315851 is #CEA7AE. Grayscale: #4B4B4B. Windows color (decimal): -13543343 or 5330993. OLE color: 5330993.

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

Color convert

RGB 49 88 81 -
CMYK 0.44 0 0.08 0.65
HSL 169.23º 0.28% 0.27% -
HSV(B) 169.23º 0.44% 0.35% -
XYZ 6.24 8.23 9.04 -
YUV 75.54 131.08 109.07 -
System Red Green Blue C M Y K H S L
Decimal 49 88 81 0.44 0 0.08 0.65 169.23 0.28 0.27
Hex 31 58 51 2C 0 8 41 A9 1C 1B
Octal 61 130 121 54 0 10 101 251 34 33
Binary 110001 1011000 1010001 101100 0 1000 1000001 10101001 11100 11011

Color Harmonies of #315851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315851

Black with #315851

Text Example


Text Example

White with #315851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315851; }

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

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

background-color css

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

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

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

border-color css

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

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

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