Html Css Color HEX #315B55 Blue Dianne

📋 copy color: '#315B55'

red 49 ◦ green 91 ◦ blue 85

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

Shades of Blue Dianne #315B55

Tints of Blue Dianne #315B55

RGB

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

 GREEN value IS 91 (35.94% from 255) = 40.44%

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

R = 21.78%
G = 40.44%
B = 37.78%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.07

 K value IS 0.64

RGB Variations

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

Color information

#315B55 (or 0x315B55) is known color: Blue Dianne. HEX triplet: 31, 5B and 55. RGB value is (49,91,85). Sum of RGB (Red+Green+Blue) = 49+91+85=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 91 (35.94% from 255 or 40.44% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 91 - color contains mainly: green. Hex color #315B55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315B55 is #CEA4AA. Grayscale: #4D4D4D. Windows color (decimal): -13542571 or 5593905. OLE color: 5593905.

HSL color Cylindrical-coordinate representation of color #315B55: hue angle of 171.43º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #315B55 is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 91 85 -
CMYK 0.46 0 0.07 0.64
HSL 171.43º 0.3% 0.27% -
HSV(B) 171.43º 0.46% 0.36% -
XYZ 6.65 8.79 9.94 -
YUV 77.76 132.09 107.49 -
System Red Green Blue C M Y K H S L
Decimal 49 91 85 0.46 0 0.07 0.64 171.43 0.3 0.27
Hex 31 5B 55 2E 0 7 40 AB 1E 1B
Octal 61 133 125 56 0 7 100 253 36 33
Binary 110001 1011011 1010101 101110 0 111 1000000 10101011 11110 11011

Color Harmonies of #315B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315B55

Black with #315B55

Text Example


Text Example

White with #315B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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