Html Css Color HEX #385877 Matisse

📋 copy color: '#385877'

red 56 ◦ green 88 ◦ blue 119

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

Shades of Matisse #385877

Tints of Matisse #385877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 45.25%

R = 21.29%
G = 33.46%
B = 45.25%

CMYK

 C value IS 0.53

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#385877 (or 0x385877) is known color: Matisse. HEX triplet: 38, 58 and 77. RGB value is (56,88,119). Sum of RGB (Red+Green+Blue) = 56+88+119=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 88 (34.77% from 255 or 33.46% from 263); Blue value is 119 (46.88% from 255 or 45.25% from 263); Max value from RGB is 119 - color contains mainly: blue. Hex color #385877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385877 is #C7A788. Grayscale: #515151. Windows color (decimal): -13084553 or 7821368. OLE color: 7821368.

HSL color Cylindrical-coordinate representation of color #385877: hue angle of 209.52º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #385877 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 88 119 -
CMYK 0.53 0.26 0 0.53
HSL 209.52º 0.36% 0.34% -
HSV(B) 209.52º 0.53% 0.47% -
XYZ 8.45 9.15 18.77 -
YUV 81.97 148.9 109.48 -
System Red Green Blue C M Y K H S L
Decimal 56 88 119 0.53 0.26 0 0.53 209.52 0.36 0.34
Hex 38 58 77 35 1A 0 35 D2 24 22
Octal 70 130 167 65 32 0 65 322 44 42
Binary 111000 1011000 1110111 110101 11010 0 110101 11010010 100100 100010

Color Harmonies of #385877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385877

Black with #385877

Text Example


Text Example

White with #385877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385877; }

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

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

background-color css

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

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

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

border-color css

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

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

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