Html Css Color HEX #315F83 Matisse

📋 copy color: '#315F83'

red 49 ◦ green 95 ◦ blue 131

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

Shades of Matisse #315F83

Tints of Matisse #315F83

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.55%

 BLUE value IS 131 (51.56% from 255) = 47.64%

R = 17.82%
G = 34.55%
B = 47.64%

CMYK

 C value IS 0.63

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#315F83 (or 0x315F83) is known color: Matisse. HEX triplet: 31, 5F and 83. RGB value is (49,95,131). Sum of RGB (Red+Green+Blue) = 49+95+131=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 95 (37.5% from 255 or 34.55% from 275); Blue value is 131 (51.56% from 255 or 47.64% from 275); Max value from RGB is 131 - color contains mainly: blue. Hex color #315F83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315F83 is #CEA07C. Grayscale: #555555. Windows color (decimal): -13541501 or 8609585. OLE color: 8609585.

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

Color convert

RGB 49 95 131 -
CMYK 0.63 0.27 0 0.49
HSL 206.34º 0.46% 0.35% -
HSV(B) 206.34º 0.63% 0.51% -
XYZ 9.46 10.48 23 -
YUV 85.35 153.76 102.07 -
System Red Green Blue C M Y K H S L
Decimal 49 95 131 0.63 0.27 0 0.49 206.34 0.46 0.35
Hex 31 5F 83 3F 1B 0 31 CE 2E 23
Octal 61 137 203 77 33 0 61 316 56 43
Binary 110001 1011111 10000011 111111 11011 0 110001 11001110 101110 100011

Color Harmonies of #315F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315F83

Black with #315F83

Text Example


Text Example

White with #315F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,95,131); }

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

background-color css

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

 a { background-color: rgb(49,95,131); }

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

border-color css

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

 span { border-color: rgb(49,95,131); }

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