Html Css Color HEX #385A77 Matisse

📋 copy color: '#385A77'

red 56 ◦ green 90 ◦ blue 119

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

Shades of Matisse #385A77

Tints of Matisse #385A77

RGB

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

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

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

R = 21.13%
G = 33.96%
B = 44.91%

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

#385A77 (or 0x385A77) is known color: Matisse. HEX triplet: 38, 5A and 77. RGB value is (56,90,119). Sum of RGB (Red+Green+Blue) = 56+90+119=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 119 - color contains mainly: blue. Hex color #385A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385A77 is #C7A588. Grayscale: #525252. Windows color (decimal): -13084041 or 7821880. OLE color: 7821880.

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

Color convert

RGB 56 90 119 -
CMYK 0.53 0.24 0 0.53
HSL 207.62º 0.36% 0.34% -
HSV(B) 207.62º 0.53% 0.47% -
XYZ 8.62 9.48 18.83 -
YUV 83.14 148.24 108.64 -
System Red Green Blue C M Y K H S L
Decimal 56 90 119 0.53 0.24 0 0.53 207.62 0.36 0.34
Hex 38 5A 77 35 18 0 35 D0 24 22
Octal 70 132 167 65 30 0 65 320 44 42
Binary 111000 1011010 1110111 110101 11000 0 110101 11010000 100100 100010

Color Harmonies of #385A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385A77

Black with #385A77

Text Example


Text Example

White with #385A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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