Html Css Color HEX #385777 Matisse

📋 copy color: '#385777'

red 56 ◦ green 87 ◦ blue 119

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

Shades of Matisse #385777

Tints of Matisse #385777

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.21%

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

R = 21.37%
G = 33.21%
B = 45.42%

CMYK

 C value IS 0.53

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#385777 (or 0x385777) is known color: Matisse. HEX triplet: 38, 57 and 77. RGB value is (56,87,119). Sum of RGB (Red+Green+Blue) = 56+87+119=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 87 (34.38% from 255 or 33.21% from 262); Blue value is 119 (46.88% from 255 or 45.42% from 262); Max value from RGB is 119 - color contains mainly: blue. Hex color #385777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385777 is #C7A888. Grayscale: #515151. Windows color (decimal): -13084809 or 7821112. OLE color: 7821112.

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

Color convert

RGB 56 87 119 -
CMYK 0.53 0.27 0 0.53
HSL 210.48º 0.36% 0.34% -
HSV(B) 210.48º 0.53% 0.47% -
XYZ 8.37 8.99 18.75 -
YUV 81.38 149.23 109.9 -
System Red Green Blue C M Y K H S L
Decimal 56 87 119 0.53 0.27 0 0.53 210.48 0.36 0.34
Hex 38 57 77 35 1B 0 35 D2 24 22
Octal 70 127 167 65 33 0 65 322 44 42
Binary 111000 1010111 1110111 110101 11011 0 110101 11010010 100100 100010

Color Harmonies of #385777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385777

Black with #385777

Text Example


Text Example

White with #385777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385777; }

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

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

background-color css

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

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

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

border-color css

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

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

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