Html Css Color HEX #316388 Matisse

📋 copy color: '#316388'

red 49 ◦ green 99 ◦ blue 136

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

Shades of Matisse #316388

Tints of Matisse #316388

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.86%

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

R = 17.25%
G = 34.86%
B = 47.89%

CMYK

 C value IS 0.64

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#316388 (or 0x316388) is known color: Matisse. HEX triplet: 31, 63 and 88. RGB value is (49,99,136). Sum of RGB (Red+Green+Blue) = 49+99+136=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 136 (53.52% from 255 or 47.89% from 284); Max value from RGB is 136 - color contains mainly: blue. Hex color #316388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316388 is #CE9C77. Grayscale: #585858. Windows color (decimal): -13540472 or 8938289. OLE color: 8938289.

HSL color Cylindrical-coordinate representation of color #316388: hue angle of 205.52º 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 #316388 is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 99 136 -
CMYK 0.64 0.27 0 0.47
HSL 205.52º 0.47% 0.36% -
HSV(B) 205.52º 0.64% 0.53% -
XYZ 10.17 11.35 24.95 -
YUV 88.27 154.94 99.99 -
System Red Green Blue C M Y K H S L
Decimal 49 99 136 0.64 0.27 0 0.47 205.52 0.47 0.36
Hex 31 63 88 40 1B 0 2F CE 2F 24
Octal 61 143 210 100 33 0 57 316 57 44
Binary 110001 1100011 10001000 1000000 11011 0 101111 11001110 101111 100100

Color Harmonies of #316388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316388

Black with #316388

Text Example


Text Example

White with #316388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316388; }

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

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

background-color css

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

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

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

border-color css

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

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

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