Html Css Color HEX #315D81 Matisse

📋 copy color: '#315D81'

red 49 ◦ green 93 ◦ blue 129

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

Shades of Matisse #315D81

Tints of Matisse #315D81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 47.6%

R = 18.08%
G = 34.32%
B = 47.6%

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

#315D81 (or 0x315D81) is known color: Matisse. HEX triplet: 31, 5D and 81. RGB value is (49,93,129). Sum of RGB (Red+Green+Blue) = 49+93+129=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 93 (36.72% from 255 or 34.32% from 271); Blue value is 129 (50.78% from 255 or 47.60% from 271); Max value from RGB is 129 - color contains mainly: blue. Hex color #315D81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315D81 is #CEA27E. Grayscale: #535353. Windows color (decimal): -13542015 or 8478001. OLE color: 8478001.

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

Color convert

RGB 49 93 129 -
CMYK 0.62 0.28 0 0.49
HSL 207º 0.45% 0.35% -
HSV(B) 207º 0.62% 0.51% -
XYZ 9.14 10.07 22.23 -
YUV 83.95 153.42 103.07 -
System Red Green Blue C M Y K H S L
Decimal 49 93 129 0.62 0.28 0 0.49 207 0.45 0.35
Hex 31 5D 81 3E 1C 0 31 CF 2D 23
Octal 61 135 201 76 34 0 61 317 55 43
Binary 110001 1011101 10000001 111110 11100 0 110001 11001111 101101 100011

Color Harmonies of #315D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315D81

Black with #315D81

Text Example


Text Example

White with #315D81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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