Html Css Color HEX #315F81 Matisse

📋 copy color: '#315F81'

red 49 ◦ green 95 ◦ blue 129

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

Shades of Matisse #315F81

Tints of Matisse #315F81

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.8%

 BLUE value IS 129 (50.78% from 255) = 47.25%

R = 17.95%
G = 34.8%
B = 47.25%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#315F81 (or 0x315F81) is known color: Matisse. HEX triplet: 31, 5F and 81. RGB value is (49,95,129). Sum of RGB (Red+Green+Blue) = 49+95+129=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 95 (37.5% from 255 or 34.80% from 273); Blue value is 129 (50.78% from 255 or 47.25% from 273); Max value from RGB is 129 - color contains mainly: blue. Hex color #315F81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315F81 is #CEA07E. Grayscale: #545454. Windows color (decimal): -13541503 or 8478513. OLE color: 8478513.

HSL color Cylindrical-coordinate representation of color #315F81: hue angle of 205.5º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #315F81 is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 95 129 -
CMYK 0.62 0.26 0 0.49
HSL 205.5º 0.45% 0.35% -
HSV(B) 205.5º 0.62% 0.51% -
XYZ 9.32 10.42 22.29 -
YUV 85.12 152.76 102.24 -
System Red Green Blue C M Y K H S L
Decimal 49 95 129 0.62 0.26 0 0.49 205.5 0.45 0.35
Hex 31 5F 81 3E 1A 0 31 CE 2D 23
Octal 61 137 201 76 32 0 61 316 55 43
Binary 110001 1011111 10000001 111110 11010 0 110001 11001110 101101 100011

Color Harmonies of #315F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315F81

Black with #315F81

Text Example


Text Example

White with #315F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,95,129); }

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

background-color css

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

 a { background-color: rgb(49,95,129); }

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

border-color css

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

 span { border-color: rgb(49,95,129); }

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