Html Css Color HEX #385879 Matisse

📋 copy color: '#385879'

red 56 ◦ green 88 ◦ blue 121

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

Shades of Matisse #385879

Tints of Matisse #385879

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.21%

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

R = 21.13%
G = 33.21%
B = 45.66%

CMYK

 C value IS 0.54

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#385879 (or 0x385879) is known color: Matisse. HEX triplet: 38, 58 and 79. RGB value is (56,88,121). Sum of RGB (Red+Green+Blue) = 56+88+121=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 121 (47.66% from 255 or 45.66% from 265); Max value from RGB is 121 - color contains mainly: blue. Hex color #385879 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385879 is #C7A786. Grayscale: #525252. Windows color (decimal): -13084551 or 7952440. OLE color: 7952440.

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

Color convert

RGB 56 88 121 -
CMYK 0.54 0.27 0 0.53
HSL 210.46º 0.37% 0.35% -
HSV(B) 210.46º 0.54% 0.47% -
XYZ 8.57 9.2 19.41 -
YUV 82.19 149.9 109.32 -
System Red Green Blue C M Y K H S L
Decimal 56 88 121 0.54 0.27 0 0.53 210.46 0.37 0.35
Hex 38 58 79 36 1B 0 35 D2 25 23
Octal 70 130 171 66 33 0 65 322 45 43
Binary 111000 1011000 1111001 110110 11011 0 110101 11010010 100101 100011

Color Harmonies of #385879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385879

Black with #385879

Text Example


Text Example

White with #385879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385879; }

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

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

background-color css

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

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

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

border-color css

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

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

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