Html Css Color HEX #385A76 Matisse

📋 copy color: '#385A76'

red 56 ◦ green 90 ◦ blue 118

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

Shades of Matisse #385A76

Tints of Matisse #385A76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 44.7%

R = 21.21%
G = 34.09%
B = 44.7%

CMYK

 C value IS 0.53

 M value IS 0.24

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#385A76 (or 0x385A76) is known color: Matisse. HEX triplet: 38, 5A and 76. RGB value is (56,90,118). Sum of RGB (Red+Green+Blue) = 56+90+118=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 90 (35.55% from 255 or 34.09% from 264); Blue value is 118 (46.48% from 255 or 44.70% from 264); Max value from RGB is 118 - color contains mainly: blue. Hex color #385A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385A76 is #C7A589. Grayscale: #525252. Windows color (decimal): -13084042 or 7756344. OLE color: 7756344.

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

Color convert

RGB 56 90 118 -
CMYK 0.53 0.24 0 0.54
HSL 207.1º 0.36% 0.34% -
HSV(B) 207.1º 0.53% 0.46% -
XYZ 8.56 9.46 18.51 -
YUV 83.03 147.74 108.72 -
System Red Green Blue C M Y K H S L
Decimal 56 90 118 0.53 0.24 0 0.54 207.1 0.36 0.34
Hex 38 5A 76 35 18 0 36 CF 24 22
Octal 70 132 166 65 30 0 66 317 44 42
Binary 111000 1011010 1110110 110101 11000 0 110110 11001111 100100 100010

Color Harmonies of #385A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385A76

Black with #385A76

Text Example


Text Example

White with #385A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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