Html Css Color HEX #316288 Matisse

📋 copy color: '#316288'

red 49 ◦ green 98 ◦ blue 136

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

Shades of Matisse #316288

Tints of Matisse #316288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 48.06%

R = 17.31%
G = 34.63%
B = 48.06%

CMYK

 C value IS 0.64

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#316288 (or 0x316288) is known color: Matisse. HEX triplet: 31, 62 and 88. RGB value is (49,98,136). Sum of RGB (Red+Green+Blue) = 49+98+136=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 136 (53.52% from 255 or 48.06% from 283); Max value from RGB is 136 - color contains mainly: blue. Hex color #316288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316288 is #CE9D77. Grayscale: #575757. Windows color (decimal): -13540728 or 8938033. OLE color: 8938033.

HSL color Cylindrical-coordinate representation of color #316288: hue angle of 206.21º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #316288 is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 98 136 -
CMYK 0.64 0.28 0 0.47
HSL 206.21º 0.47% 0.36% -
HSV(B) 206.21º 0.64% 0.53% -
XYZ 10.08 11.17 24.92 -
YUV 87.68 155.27 100.41 -
System Red Green Blue C M Y K H S L
Decimal 49 98 136 0.64 0.28 0 0.47 206.21 0.47 0.36
Hex 31 62 88 40 1C 0 2F CE 2F 24
Octal 61 142 210 100 34 0 57 316 57 44
Binary 110001 1100010 10001000 1000000 11100 0 101111 11001110 101111 100100

Color Harmonies of #316288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316288

Black with #316288

Text Example


Text Example

White with #316288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316288; }

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

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

background-color css

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

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

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

border-color css

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

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

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