Html Css Color HEX #395471 Matisse

📋 copy color: '#395471'

red 57 ◦ green 84 ◦ blue 113

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

Shades of Matisse #395471

Tints of Matisse #395471

RGB

 RED value IS 57 (22.66% from 255) = 22.44%

 GREEN value IS 84 (33.2% from 255) = 33.07%

 BLUE value IS 113 (44.53% from 255) = 44.49%

R = 22.44%
G = 33.07%
B = 44.49%

CMYK

 C value IS 0.50

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#395471 (or 0x395471) is known color: Matisse. HEX triplet: 39, 54 and 71. RGB value is (57,84,113). Sum of RGB (Red+Green+Blue) = 57+84+113=254 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.44% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 113 (44.53% from 255 or 44.49% from 254); Max value from RGB is 113 - color contains mainly: blue. Hex color #395471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395471 is #C6AB8E. Grayscale: #4F4F4F. Windows color (decimal): -13020047 or 7427129. OLE color: 7427129.

HSL color Cylindrical-coordinate representation of color #395471: hue angle of 211.07º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #395471 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 84 113 -
CMYK 0.50 0.26 0 0.56
HSL 211.07º 0.33% 0.33% -
HSV(B) 211.07º 0.5% 0.44% -
XYZ 7.84 8.4 16.83 -
YUV 79.23 147.05 112.14 -
System Red Green Blue C M Y K H S L
Decimal 57 84 113 0.50 0.26 0 0.56 211.07 0.33 0.33
Hex 39 54 71 32 1A 0 38 D3 21 21
Octal 71 124 161 62 32 0 70 323 41 41
Binary 111001 1010100 1110001 110010 11010 0 111000 11010011 100001 100001

Color Harmonies of #395471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395471

Black with #395471

Text Example


Text Example

White with #395471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395471; }

 p { color: rgb(57,84,113); }

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

background-color css

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

 a { background-color: rgb(57,84,113); }

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

border-color css

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

 span { border-color: rgb(57,84,113); }

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