Html Css Color HEX #385676 Matisse

📋 copy color: '#385676'

red 56 ◦ green 86 ◦ blue 118

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

Shades of Matisse #385676

Tints of Matisse #385676

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.08%

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

R = 21.54%
G = 33.08%
B = 45.38%

CMYK

 C value IS 0.53

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#385676 (or 0x385676) is known color: Matisse. HEX triplet: 38, 56 and 76. RGB value is (56,86,118). Sum of RGB (Red+Green+Blue) = 56+86+118=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 86 (33.98% from 255 or 33.08% from 260); Blue value is 118 (46.48% from 255 or 45.38% from 260); Max value from RGB is 118 - color contains mainly: blue. Hex color #385676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385676 is #C7A989. Grayscale: #505050. Windows color (decimal): -13085066 or 7755320. OLE color: 7755320.

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

Color convert

RGB 56 86 118 -
CMYK 0.53 0.27 0 0.54
HSL 210.97º 0.36% 0.34% -
HSV(B) 210.97º 0.53% 0.46% -
XYZ 8.23 8.8 18.41 -
YUV 80.68 149.06 110.4 -
System Red Green Blue C M Y K H S L
Decimal 56 86 118 0.53 0.27 0 0.54 210.97 0.36 0.34
Hex 38 56 76 35 1B 0 36 D3 24 22
Octal 70 126 166 65 33 0 66 323 44 42
Binary 111000 1010110 1110110 110101 11011 0 110110 11010011 100100 100010

Color Harmonies of #385676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385676

Black with #385676

Text Example


Text Example

White with #385676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385676; }

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

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

background-color css

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

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

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

border-color css

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

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

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