Html Css Color HEX #395A73 Matisse

📋 copy color: '#395A73'

red 57 ◦ green 90 ◦ blue 115

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

Shades of Matisse #395A73

Tints of Matisse #395A73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 43.89%

R = 21.76%
G = 34.35%
B = 43.89%

CMYK

 C value IS 0.50

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#395A73 (or 0x395A73) is known color: Matisse. HEX triplet: 39, 5A and 73. RGB value is (57,90,115). Sum of RGB (Red+Green+Blue) = 57+90+115=262 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.76% from 262); Green value is 90 (35.55% from 255 or 34.35% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 115 - color contains mainly: blue. Hex color #395A73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395A73 is #C6A58C. Grayscale: #525252. Windows color (decimal): -13018509 or 7559737. OLE color: 7559737.

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

Color convert

RGB 57 90 115 -
CMYK 0.50 0.22 0 0.55
HSL 205.86º 0.34% 0.34% -
HSV(B) 205.86º 0.5% 0.45% -
XYZ 8.44 9.42 17.59 -
YUV 82.98 146.07 109.47 -
System Red Green Blue C M Y K H S L
Decimal 57 90 115 0.50 0.22 0 0.55 205.86 0.34 0.34
Hex 39 5A 73 32 16 0 37 CE 22 22
Octal 71 132 163 62 26 0 67 316 42 42
Binary 111001 1011010 1110011 110010 10110 0 110111 11001110 100010 100010

Color Harmonies of #395A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395A73

Black with #395A73

Text Example


Text Example

White with #395A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395A73; }

 p { color: rgb(57,90,115); }

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

background-color css

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

 a { background-color: rgb(57,90,115); }

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

border-color css

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

 span { border-color: rgb(57,90,115); }

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