Html Css Color HEX #385C79 Matisse

📋 copy color: '#385C79'

red 56 ◦ green 92 ◦ blue 121

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

Shades of Matisse #385C79

Tints of Matisse #385C79

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.2%

 BLUE value IS 121 (47.66% from 255) = 44.98%

R = 20.82%
G = 34.2%
B = 44.98%

CMYK

 C value IS 0.54

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#385C79 (or 0x385C79) is known color: Matisse. HEX triplet: 38, 5C and 79. RGB value is (56,92,121). Sum of RGB (Red+Green+Blue) = 56+92+121=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 92 (36.33% from 255 or 34.20% from 269); Blue value is 121 (47.66% from 255 or 44.98% from 269); Max value from RGB is 121 - color contains mainly: blue. Hex color #385C79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385C79 is #C7A386. Grayscale: #545454. Windows color (decimal): -13083527 or 7953464. OLE color: 7953464.

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

Color convert

RGB 56 92 121 -
CMYK 0.54 0.24 0 0.53
HSL 206.77º 0.37% 0.35% -
HSV(B) 206.77º 0.54% 0.47% -
XYZ 8.91 9.88 19.53 -
YUV 84.54 148.57 107.64 -
System Red Green Blue C M Y K H S L
Decimal 56 92 121 0.54 0.24 0 0.53 206.77 0.37 0.35
Hex 38 5C 79 36 18 0 35 CF 25 23
Octal 70 134 171 66 30 0 65 317 45 43
Binary 111000 1011100 1111001 110110 11000 0 110101 11001111 100101 100011

Color Harmonies of #385C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385C79

Black with #385C79

Text Example


Text Example

White with #385C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,92,121); }

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

background-color css

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

 a { background-color: rgb(56,92,121); }

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

border-color css

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

 span { border-color: rgb(56,92,121); }

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