Html Css Color HEX #315955 Blue Dianne

📋 copy color: '#315955'

red 49 ◦ green 89 ◦ blue 85

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

Shades of Blue Dianne #315955

Tints of Blue Dianne #315955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 38.12%

R = 21.97%
G = 39.91%
B = 38.12%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#315955 (or 0x315955) is known color: Blue Dianne. HEX triplet: 31, 59 and 55. RGB value is (49,89,85). Sum of RGB (Red+Green+Blue) = 49+89+85=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 89 (35.16% from 255 or 39.91% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 89 - color contains mainly: green. Hex color #315955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315955 is #CEA6AA. Grayscale: #4C4C4C. Windows color (decimal): -13543083 or 5593393. OLE color: 5593393.

HSL color Cylindrical-coordinate representation of color #315955: hue angle of 174º 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 #315955 is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 89 85 -
CMYK 0.45 0 0.04 0.65
HSL 174º 0.29% 0.27% -
HSV(B) 174º 0.45% 0.35% -
XYZ 6.48 8.45 9.88 -
YUV 76.58 132.75 108.33 -
System Red Green Blue C M Y K H S L
Decimal 49 89 85 0.45 0 0.04 0.65 174 0.29 0.27
Hex 31 59 55 2D 0 4 41 AE 1D 1B
Octal 61 131 125 55 0 4 101 256 35 33
Binary 110001 1011001 1010101 101101 0 100 1000001 10101110 11101 11011

Color Harmonies of #315955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315955

Black with #315955

Text Example


Text Example

White with #315955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315955; }

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

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

background-color css

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

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

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

border-color css

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

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

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