Html Css Color HEX #31607D Matisse

📋 copy color: '#31607D'

red 49 ◦ green 96 ◦ blue 125

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

Shades of Matisse #31607D

Tints of Matisse #31607D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.56%

 BLUE value IS 125 (49.22% from 255) = 46.3%

R = 18.15%
G = 35.56%
B = 46.3%

CMYK

 C value IS 0.61

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#31607D (or 0x31607D) is known color: Matisse. HEX triplet: 31, 60 and 7D. RGB value is (49,96,125). Sum of RGB (Red+Green+Blue) = 49+96+125=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 125 (49.22% from 255 or 46.30% from 270); Max value from RGB is 125 - color contains mainly: blue. Hex color #31607D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31607D is #CE9F82. Grayscale: #555555. Windows color (decimal): -13541251 or 8216625. OLE color: 8216625.

HSL color Cylindrical-coordinate representation of color #31607D: hue angle of 202.89º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31607D is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 96 125 -
CMYK 0.61 0.23 0 0.51
HSL 202.89º 0.44% 0.34% -
HSV(B) 202.89º 0.61% 0.49% -
XYZ 9.15 10.5 20.95 -
YUV 85.25 150.43 102.14 -
System Red Green Blue C M Y K H S L
Decimal 49 96 125 0.61 0.23 0 0.51 202.89 0.44 0.34
Hex 31 60 7D 3D 17 0 33 CB 2C 22
Octal 61 140 175 75 27 0 63 313 54 42
Binary 110001 1100000 1111101 111101 10111 0 110011 11001011 101100 100010

Color Harmonies of #31607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31607D

Black with #31607D

Text Example


Text Example

White with #31607D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31607D; }

 p { color: rgb(49,96,125); }

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

background-color css

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

 a { background-color: rgb(49,96,125); }

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

border-color css

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

 span { border-color: rgb(49,96,125); }

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