Html Css Color HEX #316285 Matisse

📋 copy color: '#316285'

red 49 ◦ green 98 ◦ blue 133

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

Shades of Matisse #316285

Tints of Matisse #316285

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35%

 BLUE value IS 133 (52.34% from 255) = 47.5%

R = 17.5%
G = 35%
B = 47.5%

CMYK

 C value IS 0.63

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#316285 (or 0x316285) is known color: Matisse. HEX triplet: 31, 62 and 85. RGB value is (49,98,133). Sum of RGB (Red+Green+Blue) = 49+98+133=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #316285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316285 is #CE9D7A. Grayscale: #575757. Windows color (decimal): -13540731 or 8741425. OLE color: 8741425.

HSL color Cylindrical-coordinate representation of color #316285: hue angle of 205º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #316285 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 98 133 -
CMYK 0.63 0.26 0 0.48
HSL 205º 0.46% 0.36% -
HSV(B) 205º 0.63% 0.52% -
XYZ 9.87 11.08 23.81 -
YUV 87.34 153.77 100.65 -
System Red Green Blue C M Y K H S L
Decimal 49 98 133 0.63 0.26 0 0.48 205 0.46 0.36
Hex 31 62 85 3F 1A 0 30 CD 2E 24
Octal 61 142 205 77 32 0 60 315 56 44
Binary 110001 1100010 10000101 111111 11010 0 110000 11001101 101110 100100

Color Harmonies of #316285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316285

Black with #316285

Text Example


Text Example

White with #316285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316285; }

 p { color: rgb(49,98,133); }

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

background-color css

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

 a { background-color: rgb(49,98,133); }

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

border-color css

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

 span { border-color: rgb(49,98,133); }

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