Html Css Color HEX #385E76 Matisse

📋 copy color: '#385E76'

red 56 ◦ green 94 ◦ blue 118

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

Shades of Matisse #385E76

Tints of Matisse #385E76

RGB

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

 GREEN value IS 94 (37.11% from 255) = 35.07%

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

R = 20.9%
G = 35.07%
B = 44.03%

CMYK

 C value IS 0.53

 M value IS 0.20

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#385E76 (or 0x385E76) is known color: Matisse. HEX triplet: 38, 5E and 76. RGB value is (56,94,118). Sum of RGB (Red+Green+Blue) = 56+94+118=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 94 (37.11% from 255 or 35.07% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 118 - color contains mainly: blue. Hex color #385E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385E76 is #C7A189. Grayscale: #555555. Windows color (decimal): -13083018 or 7757368. OLE color: 7757368.

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

Color convert

RGB 56 94 118 -
CMYK 0.53 0.20 0 0.54
HSL 203.23º 0.36% 0.34% -
HSV(B) 203.23º 0.53% 0.46% -
XYZ 8.9 10.15 18.63 -
YUV 85.37 146.41 107.05 -
System Red Green Blue C M Y K H S L
Decimal 56 94 118 0.53 0.20 0 0.54 203.23 0.36 0.34
Hex 38 5E 76 35 14 0 36 CB 24 22
Octal 70 136 166 65 24 0 66 313 44 42
Binary 111000 1011110 1110110 110101 10100 0 110110 11001011 100100 100010

Color Harmonies of #385E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385E76

Black with #385E76

Text Example


Text Example

White with #385E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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