Html Css Color HEX #315754 Blue Dianne

📋 copy color: '#315754'

red 49 ◦ green 87 ◦ blue 84

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

Shades of Blue Dianne #315754

Tints of Blue Dianne #315754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 38.18%

R = 22.27%
G = 39.55%
B = 38.18%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#315754 (or 0x315754) is known color: Blue Dianne. HEX triplet: 31, 57 and 54. RGB value is (49,87,84). Sum of RGB (Red+Green+Blue) = 49+87+84=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 87 (34.38% from 255 or 39.55% from 220); Blue value is 84 (33.20% from 255 or 38.18% from 220); Max value from RGB is 87 - color contains mainly: green. Hex color #315754 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315754 is #CEA8AB. Grayscale: #4B4B4B. Windows color (decimal): -13543596 or 5527345. OLE color: 5527345.

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

Color convert

RGB 49 87 84 -
CMYK 0.44 0 0.03 0.66
HSL 175.26º 0.28% 0.27% -
HSV(B) 175.26º 0.44% 0.34% -
XYZ 6.28 8.11 9.62 -
YUV 75.3 132.91 109.24 -
System Red Green Blue C M Y K H S L
Decimal 49 87 84 0.44 0 0.03 0.66 175.26 0.28 0.27
Hex 31 57 54 2C 0 3 42 AF 1C 1B
Octal 61 127 124 54 0 3 102 257 34 33
Binary 110001 1010111 1010100 101100 0 11 1000010 10101111 11100 11011

Color Harmonies of #315754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315754

Black with #315754

Text Example


Text Example

White with #315754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315754; }

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

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

background-color css

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

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

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

border-color css

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

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

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