Html Css Color HEX #385675 Matisse

📋 copy color: '#385675'

red 56 ◦ green 86 ◦ blue 117

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

Shades of Matisse #385675

Tints of Matisse #385675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 45.17%

R = 21.62%
G = 33.2%
B = 45.17%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#385675 (or 0x385675) is known color: Matisse. HEX triplet: 38, 56 and 75. RGB value is (56,86,117). Sum of RGB (Red+Green+Blue) = 56+86+117=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 117 - color contains mainly: blue. Hex color #385675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385675 is #C7A98A. Grayscale: #505050. Windows color (decimal): -13085067 or 7689784. OLE color: 7689784.

HSL color Cylindrical-coordinate representation of color #385675: hue angle of 210.49º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #385675 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 86 117 -
CMYK 0.52 0.26 0 0.54
HSL 210.49º 0.35% 0.34% -
HSV(B) 210.49º 0.52% 0.46% -
XYZ 8.17 8.78 18.09 -
YUV 80.56 148.56 110.48 -
System Red Green Blue C M Y K H S L
Decimal 56 86 117 0.52 0.26 0 0.54 210.49 0.35 0.34
Hex 38 56 75 34 1A 0 36 D2 23 22
Octal 70 126 165 64 32 0 66 322 43 42
Binary 111000 1010110 1110101 110100 11010 0 110110 11010010 100011 100010

Color Harmonies of #385675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385675

Black with #385675

Text Example


Text Example

White with #385675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385675; }

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

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

background-color css

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

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

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

border-color css

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

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

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