Html Css Color HEX #315D80 Matisse

📋 copy color: '#315D80'

red 49 ◦ green 93 ◦ blue 128

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

Shades of Matisse #315D80

Tints of Matisse #315D80

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.44%

 BLUE value IS 128 (50.39% from 255) = 47.41%

R = 18.15%
G = 34.44%
B = 47.41%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#315D80 (or 0x315D80) is known color: Matisse. HEX triplet: 31, 5D and 80. RGB value is (49,93,128). Sum of RGB (Red+Green+Blue) = 49+93+128=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 93 (36.72% from 255 or 34.44% from 270); Blue value is 128 (50.39% from 255 or 47.41% from 270); Max value from RGB is 128 - color contains mainly: blue. Hex color #315D80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315D80 is #CEA27F. Grayscale: #535353. Windows color (decimal): -13542016 or 8412465. OLE color: 8412465.

HSL color Cylindrical-coordinate representation of color #315D80: hue angle of 206.58º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #315D80 is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 49 93 128 -
CMYK 0.62 0.27 0 0.50
HSL 206.58º 0.45% 0.35% -
HSV(B) 206.58º 0.62% 0.5% -
XYZ 9.08 10.04 21.88 -
YUV 83.83 152.92 103.15 -
System Red Green Blue C M Y K H S L
Decimal 49 93 128 0.62 0.27 0 0.50 206.58 0.45 0.35
Hex 31 5D 80 3E 1B 0 32 CF 2D 23
Octal 61 135 200 76 33 0 62 317 55 43
Binary 110001 1011101 10000000 111110 11011 0 110010 11001111 101101 100011

Color Harmonies of #315D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315D80

Black with #315D80

Text Example


Text Example

White with #315D80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,93,128); }

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

background-color css

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

 a { background-color: rgb(49,93,128); }

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

border-color css

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

 span { border-color: rgb(49,93,128); }

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