Html Css Color HEX #385A73 Matisse

📋 copy color: '#385A73'

red 56 ◦ green 90 ◦ blue 115

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

Shades of Matisse #385A73

Tints of Matisse #385A73

RGB

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

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

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

R = 21.46%
G = 34.48%
B = 44.06%

CMYK

 C value IS 0.51

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#385A73 (or 0x385A73) is known color: Matisse. HEX triplet: 38, 5A and 73. RGB value is (56,90,115). Sum of RGB (Red+Green+Blue) = 56+90+115=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 115 - color contains mainly: blue. Hex color #385A73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385A73 is #C7A58C. Grayscale: #525252. Windows color (decimal): -13084045 or 7559736. OLE color: 7559736.

HSL color Cylindrical-coordinate representation of color #385A73: hue angle of 205.42º 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 #385A73 is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 90 115 -
CMYK 0.51 0.22 0 0.55
HSL 205.42º 0.35% 0.34% -
HSV(B) 205.42º 0.51% 0.45% -
XYZ 8.38 9.39 17.59 -
YUV 82.68 146.24 108.97 -
System Red Green Blue C M Y K H S L
Decimal 56 90 115 0.51 0.22 0 0.55 205.42 0.35 0.34
Hex 38 5A 73 33 16 0 37 CD 23 22
Octal 70 132 163 63 26 0 67 315 43 42
Binary 111000 1011010 1110011 110011 10110 0 110111 11001101 100011 100010

Color Harmonies of #385A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385A73

Black with #385A73

Text Example


Text Example

White with #385A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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