Html Css Color HEX #315E82 Matisse

📋 copy color: '#315E82'

red 49 ◦ green 94 ◦ blue 130

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

Shades of Matisse #315E82

Tints of Matisse #315E82

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.43%

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

R = 17.95%
G = 34.43%
B = 47.62%

CMYK

 C value IS 0.62

 M value IS 0.28

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#315E82 (or 0x315E82) is known color: Matisse. HEX triplet: 31, 5E and 82. RGB value is (49,94,130). Sum of RGB (Red+Green+Blue) = 49+94+130=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 130 (51.17% from 255 or 47.62% from 273); Max value from RGB is 130 - color contains mainly: blue. Hex color #315E82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315E82 is #CEA17D. Grayscale: #545454. Windows color (decimal): -13541758 or 8543793. OLE color: 8543793.

HSL color Cylindrical-coordinate representation of color #315E82: hue angle of 206.67º 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 #315E82 is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 94 130 -
CMYK 0.62 0.28 0 0.49
HSL 206.67º 0.45% 0.35% -
HSV(B) 206.67º 0.62% 0.51% -
XYZ 9.3 10.27 22.61 -
YUV 84.65 153.59 102.57 -
System Red Green Blue C M Y K H S L
Decimal 49 94 130 0.62 0.28 0 0.49 206.67 0.45 0.35
Hex 31 5E 82 3E 1C 0 31 CF 2D 23
Octal 61 136 202 76 34 0 61 317 55 43
Binary 110001 1011110 10000010 111110 11100 0 110001 11001111 101101 100011

Color Harmonies of #315E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315E82

Black with #315E82

Text Example


Text Example

White with #315E82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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