Html Css Color HEX #385573 Matisse

📋 copy color: '#385573'

red 56 ◦ green 85 ◦ blue 115

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

Shades of Matisse #385573

Tints of Matisse #385573

RGB

 RED value IS 56 (22.27% from 255) = 21.88%

 GREEN value IS 85 (33.59% from 255) = 33.2%

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

R = 21.88%
G = 33.2%
B = 44.92%

CMYK

 C value IS 0.51

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#385573 (or 0x385573) is known color: Matisse. HEX triplet: 38, 55 and 73. RGB value is (56,85,115). Sum of RGB (Red+Green+Blue) = 56+85+115=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 115 - color contains mainly: blue. Hex color #385573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385573 is #C7AA8C. Grayscale: #4F4F4F. Windows color (decimal): -13085325 or 7558456. OLE color: 7558456.

HSL color Cylindrical-coordinate representation of color #385573: hue angle of 210.51º degrees, saturation: 0.35, 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 #385573 is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 85 115 -
CMYK 0.51 0.26 0 0.55
HSL 210.51º 0.35% 0.34% -
HSV(B) 210.51º 0.51% 0.45% -
XYZ 7.97 8.58 17.45 -
YUV 79.75 147.89 111.06 -
System Red Green Blue C M Y K H S L
Decimal 56 85 115 0.51 0.26 0 0.55 210.51 0.35 0.34
Hex 38 55 73 33 1A 0 37 D3 23 22
Octal 70 125 163 63 32 0 67 323 43 42
Binary 111000 1010101 1110011 110011 11010 0 110111 11010011 100011 100010

Color Harmonies of #385573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385573

Black with #385573

Text Example


Text Example

White with #385573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385573; }

 p { color: rgb(56,85,115); }

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

background-color css

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

 a { background-color: rgb(56,85,115); }

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

border-color css

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

 span { border-color: rgb(56,85,115); }

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