Html Css Color HEX #385B77 Matisse

📋 copy color: '#385B77'

red 56 ◦ green 91 ◦ blue 119

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

Shades of Matisse #385B77

Tints of Matisse #385B77

RGB

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

 GREEN value IS 91 (35.94% from 255) = 34.21%

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

R = 21.05%
G = 34.21%
B = 44.74%

CMYK

 C value IS 0.53

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#385B77 (or 0x385B77) is known color: Matisse. HEX triplet: 38, 5B and 77. RGB value is (56,91,119). Sum of RGB (Red+Green+Blue) = 56+91+119=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 91 (35.94% from 255 or 34.21% from 266); Blue value is 119 (46.88% from 255 or 44.74% from 266); Max value from RGB is 119 - color contains mainly: blue. Hex color #385B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385B77 is #C7A488. Grayscale: #535353. Windows color (decimal): -13083785 or 7822136. OLE color: 7822136.

HSL color Cylindrical-coordinate representation of color #385B77: hue angle of 206.67º 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 #385B77 is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 91 119 -
CMYK 0.53 0.24 0 0.53
HSL 206.67º 0.36% 0.34% -
HSV(B) 206.67º 0.53% 0.47% -
XYZ 8.7 9.65 18.86 -
YUV 83.73 147.9 108.22 -
System Red Green Blue C M Y K H S L
Decimal 56 91 119 0.53 0.24 0 0.53 206.67 0.36 0.34
Hex 38 5B 77 35 18 0 35 CF 24 22
Octal 70 133 167 65 30 0 65 317 44 42
Binary 111000 1011011 1110111 110101 11000 0 110101 11001111 100100 100010

Color Harmonies of #385B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385B77

Black with #385B77

Text Example


Text Example

White with #385B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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