Html Css Color HEX #395374 Matisse

📋 copy color: '#395374'

red 57 ◦ green 83 ◦ blue 116

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

Shades of Matisse #395374

Tints of Matisse #395374

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.42%

 BLUE value IS 116 (45.7% from 255) = 45.31%

R = 22.27%
G = 32.42%
B = 45.31%

CMYK

 C value IS 0.51

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#395374 (or 0x395374) is known color: Matisse. HEX triplet: 39, 53 and 74. RGB value is (57,83,116). Sum of RGB (Red+Green+Blue) = 57+83+116=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 116 (45.70% from 255 or 45.31% from 256); Max value from RGB is 116 - color contains mainly: blue. Hex color #395374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395374 is #C6AC8B. Grayscale: #4E4E4E. Windows color (decimal): -13020300 or 7623481. OLE color: 7623481.

HSL color Cylindrical-coordinate representation of color #395374: hue angle of 213.56º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #395374 is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 83 116 -
CMYK 0.51 0.28 0 0.55
HSL 213.56º 0.34% 0.34% -
HSV(B) 213.56º 0.51% 0.45% -
XYZ 7.93 8.32 17.71 -
YUV 78.99 148.89 112.32 -
System Red Green Blue C M Y K H S L
Decimal 57 83 116 0.51 0.28 0 0.55 213.56 0.34 0.34
Hex 39 53 74 33 1C 0 37 D6 22 22
Octal 71 123 164 63 34 0 67 326 42 42
Binary 111001 1010011 1110100 110011 11100 0 110111 11010110 100010 100010

Color Harmonies of #395374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395374

Black with #395374

Text Example


Text Example

White with #395374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395374; }

 p { color: rgb(57,83,116); }

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

background-color css

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

 a { background-color: rgb(57,83,116); }

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

border-color css

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

 span { border-color: rgb(57,83,116); }

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