Html Css Color HEX #385C80 Matisse

📋 copy color: '#385C80'

red 56 ◦ green 92 ◦ blue 128

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

Shades of Matisse #385C80

Tints of Matisse #385C80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 46.38%

R = 20.29%
G = 33.33%
B = 46.38%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#385C80 (or 0x385C80) is known color: Matisse. HEX triplet: 38, 5C and 80. RGB value is (56,92,128). Sum of RGB (Red+Green+Blue) = 56+92+128=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 128 (50.39% from 255 or 46.38% from 276); Max value from RGB is 128 - color contains mainly: blue. Hex color #385C80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385C80 is #C7A37F. Grayscale: #555555. Windows color (decimal): -13083520 or 8412216. OLE color: 8412216.

HSL color Cylindrical-coordinate representation of color #385C80: hue angle of 210º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #385C80 is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 92 128 -
CMYK 0.56 0.28 0 0.50
HSL 210º 0.39% 0.36% -
HSV(B) 210º 0.56% 0.5% -
XYZ 9.35 10.05 21.87 -
YUV 85.34 152.07 107.07 -
System Red Green Blue C M Y K H S L
Decimal 56 92 128 0.56 0.28 0 0.50 210 0.39 0.36
Hex 38 5C 80 38 1C 0 32 D2 27 24
Octal 70 134 200 70 34 0 62 322 47 44
Binary 111000 1011100 10000000 111000 11100 0 110010 11010010 100111 100100

Color Harmonies of #385C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385C80

Black with #385C80

Text Example


Text Example

White with #385C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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