Html Css Color HEX #385577 Matisse

📋 copy color: '#385577'

red 56 ◦ green 85 ◦ blue 119

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

Shades of Matisse #385577

Tints of Matisse #385577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 45.77%

R = 21.54%
G = 32.69%
B = 45.77%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#385577 (or 0x385577) is known color: Matisse. HEX triplet: 38, 55 and 77. RGB value is (56,85,119). Sum of RGB (Red+Green+Blue) = 56+85+119=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 119 (46.88% from 255 or 45.77% from 260); Max value from RGB is 119 - color contains mainly: blue. Hex color #385577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385577 is #C7AA88. Grayscale: #505050. Windows color (decimal): -13085321 or 7820600. OLE color: 7820600.

HSL color Cylindrical-coordinate representation of color #385577: hue angle of 212.38º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #385577 is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 85 119 -
CMYK 0.53 0.29 0 0.53
HSL 212.38º 0.36% 0.34% -
HSV(B) 212.38º 0.53% 0.47% -
XYZ 8.21 8.67 18.69 -
YUV 80.21 149.89 110.74 -
System Red Green Blue C M Y K H S L
Decimal 56 85 119 0.53 0.29 0 0.53 212.38 0.36 0.34
Hex 38 55 77 35 1D 0 35 D4 24 22
Octal 70 125 167 65 35 0 65 324 44 42
Binary 111000 1010101 1110111 110101 11101 0 110101 11010100 100100 100010

Color Harmonies of #385577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385577

Black with #385577

Text Example


Text Example

White with #385577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385577; }

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

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

background-color css

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

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

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

border-color css

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

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

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