Html Css Color HEX #315A7C Matisse

📋 copy color: '#315A7C'

red 49 ◦ green 90 ◦ blue 124

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

Shades of Matisse #315A7C

Tints of Matisse #315A7C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.22%

 BLUE value IS 124 (48.83% from 255) = 47.15%

R = 18.63%
G = 34.22%
B = 47.15%

CMYK

 C value IS 0.60

 M value IS 0.27

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#315A7C (or 0x315A7C) is known color: Matisse. HEX triplet: 31, 5A and 7C. RGB value is (49,90,124). Sum of RGB (Red+Green+Blue) = 49+90+124=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 90 (35.55% from 255 or 34.22% from 263); Blue value is 124 (48.83% from 255 or 47.15% from 263); Max value from RGB is 124 - color contains mainly: blue. Hex color #315A7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315A7C is #CEA583. Grayscale: #515151. Windows color (decimal): -13542788 or 8149553. OLE color: 8149553.

HSL color Cylindrical-coordinate representation of color #315A7C: hue angle of 207.2º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #315A7C is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 90 124 -
CMYK 0.60 0.27 0 0.51
HSL 207.2º 0.43% 0.34% -
HSV(B) 207.2º 0.6% 0.49% -
XYZ 8.56 9.42 20.44 -
YUV 81.62 151.92 104.74 -
System Red Green Blue C M Y K H S L
Decimal 49 90 124 0.60 0.27 0 0.51 207.2 0.43 0.34
Hex 31 5A 7C 3C 1B 0 33 CF 2B 22
Octal 61 132 174 74 33 0 63 317 53 42
Binary 110001 1011010 1111100 111100 11011 0 110011 11001111 101011 100010

Color Harmonies of #315A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315A7C

Black with #315A7C

Text Example


Text Example

White with #315A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,90,124); }

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

background-color css

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

 a { background-color: rgb(49,90,124); }

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

border-color css

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

 span { border-color: rgb(49,90,124); }

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