Html Css Color HEX #315B82 Matisse

📋 copy color: '#315B82'

red 49 ◦ green 91 ◦ blue 130

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

Shades of Matisse #315B82

Tints of Matisse #315B82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 48.15%

R = 18.15%
G = 33.7%
B = 48.15%

CMYK

 C value IS 0.62

 M value IS 0.30

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#315B82 (or 0x315B82) is known color: Matisse. HEX triplet: 31, 5B and 82. RGB value is (49,91,130). Sum of RGB (Red+Green+Blue) = 49+91+130=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 91 (35.94% from 255 or 33.70% from 270); Blue value is 130 (51.17% from 255 or 48.15% from 270); Max value from RGB is 130 - color contains mainly: blue. Hex color #315B82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315B82 is #CEA47D. Grayscale: #525252. Windows color (decimal): -13542526 or 8543025. OLE color: 8543025.

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

Color convert

RGB 49 91 130 -
CMYK 0.62 0.30 0 0.49
HSL 208.89º 0.45% 0.35% -
HSV(B) 208.89º 0.62% 0.51% -
XYZ 9.04 9.75 22.52 -
YUV 82.89 154.59 103.83 -
System Red Green Blue C M Y K H S L
Decimal 49 91 130 0.62 0.30 0 0.49 208.89 0.45 0.35
Hex 31 5B 82 3E 1E 0 31 D1 2D 23
Octal 61 133 202 76 36 0 61 321 55 43
Binary 110001 1011011 10000010 111110 11110 0 110001 11010001 101101 100011

Color Harmonies of #315B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315B82

Black with #315B82

Text Example


Text Example

White with #315B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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